Html Css Color HEX #9E0C96 Dark Magenta

📋 copy color: '#9E0C96'

red 158 ◦ green 12 ◦ blue 150

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

Shades of Dark Magenta #9E0C96

Tints of Dark Magenta #9E0C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 46.88%

R = 49.38%
G = 3.75%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#9E0C96 (or 0x9E0C96) is known color: Dark Magenta. HEX triplet: 9E, 0C and 96. RGB value is (158,12,150). Sum of RGB (Red+Green+Blue) = 158+12+150=320 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.38% from 320); Green value is 12 (5.08% from 255 or 3.75% from 320); Blue value is 150 (58.98% from 255 or 46.88% from 320); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0C96 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0C96 is #61F369. Grayscale: #464646. Windows color (decimal): -6419306 or 9833630. OLE color: 9833630.

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

Color convert

RGB 158 12 150 -
CMYK 0 0.92 0.05 0.38
HSL 303.29º 0.86% 0.33% -
HSV(B) 303.29º 0.92% 0.62% -
XYZ 19.74 9.73 29.69 -
YUV 71.39 172.37 189.78 -
System Red Green Blue C M Y K H S L
Decimal 158 12 150 0 0.92 0.05 0.38 303.29 0.86 0.33
Hex 9E C 96 0 5C 5 26 12F 56 21
Octal 236 14 226 0 134 5 46 457 126 41
Binary 10011110 1100 10010110 0 1011100 101 100110 100101111 1010110 100001

Color Harmonies of #9E0C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0C96

Black with #9E0C96

Text Example


Text Example

White with #9E0C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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