Html Css Color HEX #9E0C98 Dark Magenta

📋 copy color: '#9E0C98'

red 158 ◦ green 12 ◦ blue 152

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

Shades of Dark Magenta #9E0C98

Tints of Dark Magenta #9E0C98

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.73%

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

R = 49.07%
G = 3.73%
B = 47.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9E0C98 (or 0x9E0C98) is known color: Dark Magenta. HEX triplet: 9E, 0C and 98. RGB value is (158,12,152). Sum of RGB (Red+Green+Blue) = 158+12+152=322 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.07% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 152 (59.77% from 255 or 47.20% from 322); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0C98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0C98 is #61F367. Grayscale: #474747. Windows color (decimal): -6419304 or 9964702. OLE color: 9964702.

HSL color Cylindrical-coordinate representation of color #9E0C98: hue angle of 302.47º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E0C98 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 12 152 -
CMYK 0 0.92 0.04 0.38
HSL 302.47º 0.86% 0.33% -
HSV(B) 302.47º 0.92% 0.62% -
XYZ 19.9 9.8 30.55 -
YUV 71.61 173.37 189.62 -
System Red Green Blue C M Y K H S L
Decimal 158 12 152 0 0.92 0.04 0.38 302.47 0.86 0.33
Hex 9E C 98 0 5C 4 26 12E 56 21
Octal 236 14 230 0 134 4 46 456 126 41
Binary 10011110 1100 10011000 0 1011100 100 100110 100101110 1010110 100001

Color Harmonies of #9E0C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0C98

Black with #9E0C98

Text Example


Text Example

White with #9E0C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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