Html Css Color HEX #9E0887 Dark Magenta

📋 copy color: '#9E0887'

red 158 ◦ green 8 ◦ blue 135

#9E0887
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #9E0887

Tints of Dark Magenta #9E0887

RGB

 RED value IS 158 (62.11% from 255) = 52.49%

 GREEN value IS 8 (3.52% from 255) = 2.66%

 BLUE value IS 135 (53.13% from 255) = 44.85%

R = 52.49%
G = 2.66%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#9E0887 (or 0x9E0887) is known color: Dark Magenta. HEX triplet: 9E, 08 and 87. RGB value is (158,8,135). Sum of RGB (Red+Green+Blue) = 158+8+135=301 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.49% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0887 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0887 is #61F778. Grayscale: #424242. Windows color (decimal): -6420345 or 8849566. OLE color: 8849566.

HSL color Cylindrical-coordinate representation of color #9E0887: hue angle of 309.2º 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 #9E0887 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 8 135 -
CMYK 0 0.95 0.15 0.38
HSL 309.2º 0.9% 0.33% -
HSV(B) 309.2º 0.95% 0.62% -
XYZ 18.56 9.19 23.72 -
YUV 67.33 166.2 192.67 -
System Red Green Blue C M Y K H S L
Decimal 158 8 135 0 0.95 0.15 0.38 309.2 0.9 0.33
Hex 9E 8 87 0 5F F 26 135 5A 21
Octal 236 10 207 0 137 17 46 465 132 41
Binary 10011110 1000 10000111 0 1011111 1111 100110 100110101 1011010 100001

Color Harmonies of #9E0887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0887

Black with #9E0887

Text Example


Text Example

White with #9E0887

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E0887;
 }
 .AnyTagClassName
 {
   color: #9E0887;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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