Html Css Color HEX #9E1A98 Dark Magenta

📋 copy color: '#9E1A98'

red 158 ◦ green 26 ◦ blue 152

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

Shades of Dark Magenta #9E1A98

Tints of Dark Magenta #9E1A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 45.24%

R = 47.02%
G = 7.74%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9E1A98 (or 0x9E1A98) is known color: Dark Magenta. HEX triplet: 9E, 1A and 98. RGB value is (158,26,152). Sum of RGB (Red+Green+Blue) = 158+26+152=336 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.02% from 336); Green value is 26 (10.55% from 255 or 7.74% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1A98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E1A98 is #61E567. Grayscale: #4F4F4F. Windows color (decimal): -6415720 or 9968286. OLE color: 9968286.

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

Color convert

RGB 158 26 152 -
CMYK 0 0.84 0.04 0.38
HSL 302.73º 0.72% 0.36% -
HSV(B) 302.73º 0.84% 0.62% -
XYZ 20.14 10.27 30.63 -
YUV 79.83 168.73 183.75 -
System Red Green Blue C M Y K H S L
Decimal 158 26 152 0 0.84 0.04 0.38 302.73 0.72 0.36
Hex 9E 1A 98 0 54 4 26 12F 48 24
Octal 236 32 230 0 124 4 46 457 110 44
Binary 10011110 11010 10011000 0 1010100 100 100110 100101111 1001000 100100

Color Harmonies of #9E1A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1A98

Black with #9E1A98

Text Example


Text Example

White with #9E1A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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