#9E0D8B

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

Shades of Dark Magenta #9E0D8B

Tints of Dark Magenta #9E0D8B

Color information

#9E0D8B (or 0x9E0D8B) is unknown color: approx Dark Magenta. HEX triplet: 9E, 0D and 8B. RGB value is (158,13,139). Sum of RGB (Red+Green+Blue) = 158+13+139=310 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.97% from 310); Green value is 13 (5.47% from 255 or 4.19% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0D8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0D8B is #61F274. Grayscale: #464646. Windows color (decimal): -6419061 or 9112990. OLE color: 9112990.

HSL color Cylindrical-coordinate representation of color #9E0D8B: hue angle of 307.86º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E0D8B is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB15813139-
CMYK00.920.120.38
HSL307.86º84.8%33.53%-
HSV(B)307.86º91.77%61.96%-
XYZ18.99.4225.25-
YUV70.72166.54190.25-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.97%
GREEN value IS 13 (5.47% from 255) = 4.19%
BLUE value IS 139 (54.69% from 255) = 44.84%
R=50.97%
G=4.19%
B=44.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581313900.920.120.38307.8684.833.53
Hex9ED8B05CC261345522
Octal236152130134144646412542
Binary100111101101100010110101110011001001101001101001010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,13,139); }

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

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

 a { background-color: rgb(158,13,139); }

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

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

 span { border-color: rgb(158,13,139); }

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