#9B2288

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

Shades of Dark Purple #9B2288

Tints of Dark Purple #9B2288

Color information

#9B2288 (or 0x9B2288) is unknown color: approx Dark Purple. HEX triplet: 9B, 22 and 88. RGB value is (155,34,136). Sum of RGB (Red+Green+Blue) = 155+34+136=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2288 is #64DD77. Grayscale: #515151. Windows color (decimal): -6610296 or 8921755. OLE color: 8921755.

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

Color convert

RGB15534136-
CMYK00.780.120.39
HSL309.42º64.02%37.06%-
HSV(B)309.42º78.06%60.78%-
XYZ18.539.8924.22-
YUV81.81158.59180.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.69%
GREEN value IS 34 (13.67% from 255) = 10.46%
BLUE value IS 136 (53.52% from 255) = 41.85%
R=47.69%
G=10.46%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553413600.780.120.39309.4264.0237.06
Hex9B228804EC271354025
Octal233422100116144746510045
Binary10011011100010100010000100111011001001111001101011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,34,136); }

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

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

 a { background-color: rgb(155,34,136); }

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

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

 span { border-color: rgb(155,34,136); }

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