#9B2486

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

Shades of Dark Purple #9B2486

Tints of Dark Purple #9B2486

Color information

#9B2486 (or 0x9B2486) is unknown color: approx Dark Purple. HEX triplet: 9B, 24 and 86. RGB value is (155,36,134). Sum of RGB (Red+Green+Blue) = 155+36+134=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2486 is #64DB79. Grayscale: #525252. Windows color (decimal): -6609786 or 8791195. OLE color: 8791195.

HSL color Cylindrical-coordinate representation of color #9B2486: hue angle of 310.59º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B2486 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB15536134-
CMYK00.770.140.39
HSL310.59º62.3%37.45%-
HSV(B)310.59º76.77%60.78%-
XYZ18.459.9523.5-
YUV82.75156.92179.53-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.69%
GREEN value IS 36 (14.45% from 255) = 11.08%
BLUE value IS 134 (52.73% from 255) = 41.23%
R=47.69%
G=11.08%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553613400.770.140.39310.5962.337.45
Hex9B248604DE271373e25
Octal23344206011516474677645
Binary1001101110010010000110010011011110100111100110111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,36,134); }

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

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

 a { background-color: rgb(155,36,134); }

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

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

 span { border-color: rgb(155,36,134); }

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