Html Css Color HEX #9E1A99 Dark Magenta

📋 copy color: '#9E1A99'

red 158 ◦ green 26 ◦ blue 153

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

Shades of Dark Magenta #9E1A99

Tints of Dark Magenta #9E1A99

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.72%

 BLUE value IS 153 (60.16% from 255) = 45.4%

R = 46.88%
G = 7.72%
B = 45.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9E1A99 (or 0x9E1A99) is known color: Dark Magenta. HEX triplet: 9E, 1A and 99. RGB value is (158,26,153). Sum of RGB (Red+Green+Blue) = 158+26+153=337 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.88% from 337); Green value is 26 (10.55% from 255 or 7.72% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1A99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E1A99 is #61E566. Grayscale: #4F4F4F. Windows color (decimal): -6415719 or 10033822. OLE color: 10033822.

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

Color convert

RGB 158 26 153 -
CMYK 0 0.84 0.03 0.38
HSL 302.27º 0.72% 0.36% -
HSV(B) 302.27º 0.84% 0.62% -
XYZ 20.22 10.31 31.06 -
YUV 79.95 169.23 183.67 -
System Red Green Blue C M Y K H S L
Decimal 158 26 153 0 0.84 0.03 0.38 302.27 0.72 0.36
Hex 9E 1A 99 0 54 3 26 12E 48 24
Octal 236 32 231 0 124 3 46 456 110 44
Binary 10011110 11010 10011001 0 1010100 11 100110 100101110 1001000 100100

Color Harmonies of #9E1A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1A99

Black with #9E1A99

Text Example


Text Example

White with #9E1A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,26,153); }

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

background-color css

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

 a { background-color: rgb(158,26,153); }

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

border-color css

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

 span { border-color: rgb(158,26,153); }

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