Html Css Color HEX #9E0AAA Dark Magenta

📋 copy color: '#9E0AAA'

red 158 ◦ green 10 ◦ blue 170

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

Shades of Dark Magenta #9E0AAA

Tints of Dark Magenta #9E0AAA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.96%

 BLUE value IS 170 (66.8% from 255) = 50.3%

R = 46.75%
G = 2.96%
B = 50.3%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E0AAA (or 0x9E0AAA) is known color: Dark Magenta. HEX triplet: 9E, 0A and AA. RGB value is (158,10,170). Sum of RGB (Red+Green+Blue) = 158+10+170=338 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.75% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E0AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0AAA is #61F555. Grayscale: #484848. Windows color (decimal): -6419798 or 11143838. OLE color: 11143838.

HSL color Cylindrical-coordinate representation of color #9E0AAA: hue angle of 295.5º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E0AAA is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 10 170 -
CMYK 0.07 0.94 0 0.33
HSL 295.5º 0.89% 0.35% -
HSV(B) 295.5º 0.94% 0.67% -
XYZ 21.46 10.39 38.9 -
YUV 72.49 183.03 188.99 -
System Red Green Blue C M Y K H S L
Decimal 158 10 170 0.07 0.94 0 0.33 295.5 0.89 0.35
Hex 9E A AA 7 5E 0 21 128 59 23
Octal 236 12 252 7 136 0 41 450 131 43
Binary 10011110 1010 10101010 111 1011110 0 100001 100101000 1011001 100011

Color Harmonies of #9E0AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0AAA

Black with #9E0AAA

Text Example


Text Example

White with #9E0AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,10,170); }

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

background-color css

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

 a { background-color: rgb(158,10,170); }

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

border-color css

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

 span { border-color: rgb(158,10,170); }

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