#9B0E8D

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

Shades of Dark Magenta #9B0E8D

Tints of Dark Magenta #9B0E8D

Color information

#9B0E8D (or 0x9B0E8D) is unknown color: approx Dark Magenta. HEX triplet: 9B, 0E and 8D. RGB value is (155,14,141). Sum of RGB (Red+Green+Blue) = 155+14+141=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 14 (5.86% from 255 or 4.52% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0E8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0E8D is #64F172. Grayscale: #464646. Windows color (decimal): -6615411 or 9244315. OLE color: 9244315.

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

Color convert

RGB15514141-
CMYK00.910.090.39
HSL305.96º83.43%33.14%-
HSV(B)305.96º90.97%60.78%-
XYZ18.489.2126-
YUV70.64167.71188.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50%
GREEN value IS 14 (5.86% from 255) = 4.52%
BLUE value IS 141 (55.47% from 255) = 45.48%
R=50%
G=4.52%
B=45.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551414100.910.090.39305.9683.4333.14
Hex9BE8D05B9271325321
Octal233162150133114746212341
Binary100110111110100011010101101110011001111001100101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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