#9B1E8E

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

Shades of Dark Purple #9B1E8E

Tints of Dark Purple #9B1E8E

Color information

#9B1E8E (or 0x9B1E8E) is unknown color: approx Dark Purple. HEX triplet: 9B, 1E and 8E. RGB value is (155,30,142). Sum of RGB (Red+Green+Blue) = 155+30+142=327 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.40% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1E8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1E8E is #64E171. Grayscale: #4F4F4F. Windows color (decimal): -6611314 or 9313947. OLE color: 9313947.

HSL color Cylindrical-coordinate representation of color #9B1E8E: hue angle of 306.24º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B1E8E is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB15530142-
CMYK00.810.080.39
HSL306.24º67.57%36.27%-
HSV(B)306.24º80.65%60.78%-
XYZ18.869.8526.5-
YUV80.14162.91181.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.40%
GREEN value IS 30 (12.11% from 255) = 9.17%
BLUE value IS 142 (55.86% from 255) = 43.43%
R=47.40%
G=9.17%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553014200.810.080.39306.2467.5736.27
Hex9B1E8E0518271324424
Octal233362160121104746210444
Binary1001101111110100011100101000110001001111001100101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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