#9E0E9B

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

Shades of Dark Magenta #9E0E9B

Tints of Dark Magenta #9E0E9B

Color information

#9E0E9B (or 0x9E0E9B) is unknown color: approx Dark Magenta. HEX triplet: 9E, 0E and 9B. RGB value is (158,14,155). Sum of RGB (Red+Green+Blue) = 158+14+155=327 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.32% from 327); Green value is 14 (5.86% from 255 or 4.28% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0E9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0E9B is #61F164. Grayscale: #484848. Windows color (decimal): -6418789 or 10161822. OLE color: 10161822.

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

Color convert

RGB15814155-
CMYK00.910.020.38
HSL301.25º83.72%33.73%-
HSV(B)301.25º91.14%61.96%-
XYZ20.179.9531.87-
YUV73.13174.21188.54-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.32%
GREEN value IS 14 (5.86% from 255) = 4.28%
BLUE value IS 155 (60.94% from 255) = 47.40%
R=48.32%
G=4.28%
B=47.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581415500.910.020.38301.2583.7233.73
Hex9EE9B05B22612d5422
Octal23616233013324645512442
Binary1001111011101001101101011011101001101001011011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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