#9E089F

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

Shades of Dark Magenta #9E089F

Tints of Dark Magenta #9E089F

Color information

#9E089F (or 0x9E089F) is unknown color: approx Dark Magenta. HEX triplet: 9E, 08 and 9F. RGB value is (158,8,159). Sum of RGB (Red+Green+Blue) = 158+8+159=325 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.62% from 325); Green value is 8 (3.52% from 255 or 2.46% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #9E089F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E089F is #61F760. Grayscale: #454545. Windows color (decimal): -6420321 or 10422430. OLE color: 10422430.

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

Color convert

RGB1588159-
CMYK0.010.9500.38
HSL299.6º90.42%32.75%-
HSV(B)299.6º94.97%62.35%-
XYZ20.459.9533.64-
YUV70.06178.2190.72-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.62%
GREEN value IS 8 (3.52% from 255) = 2.46%
BLUE value IS 159 (62.5% from 255) = 48.92%
R=48.62%
G=2.46%
B=48.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15881590.010.9500.38299.690.4232.75
Hex9E89F15F02612c5a21
Octal23610237113704645413241
Binary100111101000100111111101111101001101001011001011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E089F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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