#9B228E

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

Shades of Dark Purple #9B228E

Tints of Dark Purple #9B228E

Color information

#9B228E (or 0x9B228E) is unknown color: approx Dark Purple. HEX triplet: 9B, 22 and 8E. RGB value is (155,34,142). Sum of RGB (Red+Green+Blue) = 155+34+142=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 155 - color contains mainly: red. Hex color #9B228E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B228E is #64DD71. Grayscale: #525252. Windows color (decimal): -6610290 or 9314971. OLE color: 9314971.

HSL color Cylindrical-coordinate representation of color #9B228E: hue angle of 306.45º 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 #9B228E is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB15534142-
CMYK00.780.080.39
HSL306.45º64.02%37.06%-
HSV(B)306.45º78.06%60.78%-
XYZ18.9710.0726.53-
YUV82.49161.59179.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.83%
GREEN value IS 34 (13.67% from 255) = 10.27%
BLUE value IS 142 (55.86% from 255) = 42.90%
R=46.83%
G=10.27%
B=42.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553414200.780.080.39306.4564.0237.06
Hex9B228E04E8271324025
Octal233422160116104746210045
Binary10011011100010100011100100111010001001111001100101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B228E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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