#9E08A0

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

Shades of Dark Magenta #9E08A0

Tints of Dark Magenta #9E08A0

Color information

#9E08A0 (or 0x9E08A0) is unknown color: approx Dark Magenta. HEX triplet: 9E, 08 and A0. RGB value is (158,8,160). Sum of RGB (Red+Green+Blue) = 158+8+160=326 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.47% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 160 (62.89% from 255 or 49.08% from 326); Max value from RGB is 160 - color contains mainly: blue. Hex color #9E08A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E08A0 is #61F75F. Grayscale: #454545. Windows color (decimal): -6420320 or 10487966. OLE color: 10487966.

HSL color Cylindrical-coordinate representation of color #9E08A0: hue angle of 299.21º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E08A0 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1588160-
CMYK0.010.9500.37
HSL299.21º90.48%32.94%-
HSV(B)299.21º95%62.75%-
XYZ20.539.9834.1-
YUV70.18178.7190.64-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.47%
GREEN value IS 8 (3.52% from 255) = 2.45%
BLUE value IS 160 (62.89% from 255) = 49.08%
R=48.47%
G=2.45%
B=49.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal15881600.010.9500.37299.2190.4832.94
Hex9E8A015F02512b5a21
Octal23610240113704545313241
Binary100111101000101000001101111101001011001010111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E08A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,8,160); }

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

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

 a { background-color: rgb(158,8,160); }

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

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

 span { border-color: rgb(158,8,160); }

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