#9B2B86

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

Shades of Dark Purple #9B2B86

Tints of Dark Purple #9B2B86

Color information

#9B2B86 (or 0x9B2B86) is unknown color: approx Dark Purple. HEX triplet: 9B, 2B and 86. RGB value is (155,43,134). Sum of RGB (Red+Green+Blue) = 155+43+134=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2B86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2B86 is #64D479. Grayscale: #565656. Windows color (decimal): -6607994 or 8792987. OLE color: 8792987.

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

Color convert

RGB15543134-
CMYK00.720.140.39
HSL311.25º56.57%38.82%-
HSV(B)311.25º72.26%60.78%-
XYZ18.6810.4223.58-
YUV86.86154.61176.6-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.69%
GREEN value IS 43 (17.19% from 255) = 12.95%
BLUE value IS 134 (52.73% from 255) = 40.36%
R=46.69%
G=12.95%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1554313400.720.140.39311.2556.5738.82
Hex9B2B86048E271373927
Octal23353206011016474677147
Binary1001101110101110000110010010001110100111100110111111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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