#9B82ED

Color #9B82ED Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9B82ED

Tints of Medium Purple #9B82ED

Color information

#9B82ED (or 0x9B82ED) is unknown color: approx Medium Purple. HEX triplet: 9B, 82 and ED. RGB value is (155,130,237). Sum of RGB (Red+Green+Blue) = 155+130+237=522 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.69% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #9B82ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B82ED is #647D12. Grayscale: #959595. Windows color (decimal): -6585619 or 15565467. OLE color: 15565467.

HSL color Cylindrical-coordinate representation of color #9B82ED: hue angle of 254.02º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B82ED is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB155130237-
CMYK0.350.4500.07
HSL254.02º74.83%71.96%-
HSV(B)254.02º45.15%92.94%-
XYZ36.7929.0583.79-
YUV149.67177.28131.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 29.69%
GREEN value IS 130 (51.17% from 255) = 24.90%
BLUE value IS 237 (92.97% from 255) = 45.40%
R=29.69%
G=24.90%
B=45.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1551302370.350.4500.07254.0274.8371.96
Hex9B82ED232D07fe4b48
Octal233202355435507376113110
Binary10011011100000101110110110001110110101111111111010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B82ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B82ED; }

 p { color: rgb(155,130,237); }

 H1.HeaderClassName
 {
   color: #9B82ED;
 }
 .AnyTagClassName
 {
   color: #9B82ED;
 }
</style>
background-color css

<style>
 a { background-color: #9B82ED; }

 a { background-color: rgb(155,130,237); }

 div.DivClassName
 {
   background-color: #9B82ED;
 }
 .BgClassName
 {
   background-color: #9B82ED;
 }
</style>
border-color css

<style>
 span { border-color: #9B82ED; }

 span { border-color: rgb(155,130,237); }

 td.TdClassName
 {
   border-color: #9B82ED;
 }
 .TagClassName
 {
   border-color: #9B82ED;
 }
</style>