#9B0E8C

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

Shades of Dark Magenta #9B0E8C

Tints of Dark Magenta #9B0E8C

Color information

#9B0E8C (or 0x9B0E8C) is unknown color: approx Dark Magenta. HEX triplet: 9B, 0E and 8C. RGB value is (155,14,140). Sum of RGB (Red+Green+Blue) = 155+14+140=309 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.16% from 309); Green value is 14 (5.86% from 255 or 4.53% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0E8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0E8C is #64F173. Grayscale: #464646. Windows color (decimal): -6615412 or 9178779. OLE color: 9178779.

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

Color convert

RGB15514140-
CMYK00.910.100.39
HSL306.38º83.43%33.14%-
HSV(B)306.38º90.97%60.78%-
XYZ18.419.1825.61-
YUV70.52167.21188.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.16%
GREEN value IS 14 (5.86% from 255) = 4.53%
BLUE value IS 140 (55.08% from 255) = 45.31%
R=50.16%
G=4.53%
B=45.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551414000.910.100.39306.3883.4333.14
Hex9BE8C05BA271325321
Octal233162140133124746212341
Binary100110111110100011000101101110101001111001100101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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