Html Css Color HEX #9E0CA5 Dark Magenta

📋 copy color: '#9E0CA5'

red 158 ◦ green 12 ◦ blue 165

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

Shades of Dark Magenta #9E0CA5

Tints of Dark Magenta #9E0CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 49.25%

R = 47.16%
G = 3.58%
B = 49.25%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9E0CA5 (or 0x9E0CA5) is known color: Dark Magenta. HEX triplet: 9E, 0C and A5. RGB value is (158,12,165). Sum of RGB (Red+Green+Blue) = 158+12+165=335 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.16% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 165 (64.84% from 255 or 49.25% from 335); Max value from RGB is 165 - color contains mainly: blue. Hex color #9E0CA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0CA5 is #61F35A. Grayscale: #484848. Windows color (decimal): -6419291 or 10816670. OLE color: 10816670.

HSL color Cylindrical-coordinate representation of color #9E0CA5: hue angle of 297.25º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E0CA5 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 158 12 165 -
CMYK 0.04 0.93 0 0.35
HSL 297.25º 0.86% 0.35% -
HSV(B) 297.25º 0.93% 0.65% -
XYZ 21.02 10.25 36.47 -
YUV 73.1 179.87 188.56 -
System Red Green Blue C M Y K H S L
Decimal 158 12 165 0.04 0.93 0 0.35 297.25 0.86 0.35
Hex 9E C A5 4 5D 0 23 129 56 23
Octal 236 14 245 4 135 0 43 451 126 43
Binary 10011110 1100 10100101 100 1011101 0 100011 100101001 1010110 100011

Color Harmonies of #9E0CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0CA5

Black with #9E0CA5

Text Example


Text Example

White with #9E0CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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