Html Css Color HEX #9E1992 Dark Magenta

📋 copy color: '#9E1992'

red 158 ◦ green 25 ◦ blue 146

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

Shades of Dark Magenta #9E1992

Tints of Dark Magenta #9E1992

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.6%

 BLUE value IS 146 (57.42% from 255) = 44.38%

R = 48.02%
G = 7.6%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9E1992 (or 0x9E1992) is known color: Dark Magenta. HEX triplet: 9E, 19 and 92. RGB value is (158,25,146). Sum of RGB (Red+Green+Blue) = 158+25+146=329 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.02% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E1992 is #61E66D. Grayscale: #4E4E4E. Windows color (decimal): -6415982 or 9574814. OLE color: 9574814.

HSL color Cylindrical-coordinate representation of color #9E1992: hue angle of 305.41º degrees, saturation: 0.73, 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 #9E1992 is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 25 146 -
CMYK 0 0.84 0.08 0.38
HSL 305.41º 0.73% 0.36% -
HSV(B) 305.41º 0.84% 0.62% -
XYZ 19.64 10.04 28.1 -
YUV 78.56 166.06 184.66 -
System Red Green Blue C M Y K H S L
Decimal 158 25 146 0 0.84 0.08 0.38 305.41 0.73 0.36
Hex 9E 19 92 0 54 8 26 131 49 24
Octal 236 31 222 0 124 10 46 461 111 44
Binary 10011110 11001 10010010 0 1010100 1000 100110 100110001 1001001 100100

Color Harmonies of #9E1992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1992

Black with #9E1992

Text Example


Text Example

White with #9E1992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,25,146); }

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

background-color css

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

 a { background-color: rgb(158,25,146); }

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

border-color css

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

 span { border-color: rgb(158,25,146); }

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