#9B0E8E

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

Shades of Dark Magenta #9B0E8E

Tints of Dark Magenta #9B0E8E

Color information

#9B0E8E (or 0x9B0E8E) is unknown color: approx Dark Magenta. HEX triplet: 9B, 0E and 8E. RGB value is (155,14,142). Sum of RGB (Red+Green+Blue) = 155+14+142=311 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.84% from 311); Green value is 14 (5.86% from 255 or 4.50% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0E8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0E8E is #64F171. Grayscale: #464646. Windows color (decimal): -6615410 or 9309851. OLE color: 9309851.

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

Color convert

RGB15514142-
CMYK00.910.080.39
HSL305.53º83.43%33.14%-
HSV(B)305.53º90.97%60.78%-
XYZ18.569.2426.4-
YUV70.75168.21188.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.84%
GREEN value IS 14 (5.86% from 255) = 4.50%
BLUE value IS 142 (55.86% from 255) = 45.66%
R=49.84%
G=4.50%
B=45.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551414200.910.080.39305.5383.4333.14
Hex9BE8E05B8271325321
Octal233162160133104746212341
Binary100110111110100011100101101110001001111001100101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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