Html Css Color HEX #9E0C8A Dark Magenta

📋 copy color: '#9E0C8A'

red 158 ◦ green 12 ◦ blue 138

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

Shades of Dark Magenta #9E0C8A

Tints of Dark Magenta #9E0C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 44.81%

R = 51.3%
G = 3.9%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9E0C8A (or 0x9E0C8A) is known color: Dark Magenta. HEX triplet: 9E, 0C and 8A. RGB value is (158,12,138). Sum of RGB (Red+Green+Blue) = 158+12+138=308 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.30% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0C8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0C8A is #61F375. Grayscale: #454545. Windows color (decimal): -6419318 or 9047198. OLE color: 9047198.

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

Color convert

RGB 158 12 138 -
CMYK 0 0.92 0.13 0.38
HSL 308.22º 0.86% 0.33% -
HSV(B) 308.22º 0.92% 0.62% -
XYZ 18.82 9.37 24.86 -
YUV 70.02 166.37 190.75 -
System Red Green Blue C M Y K H S L
Decimal 158 12 138 0 0.92 0.13 0.38 308.22 0.86 0.33
Hex 9E C 8A 0 5C D 26 134 56 21
Octal 236 14 212 0 134 15 46 464 126 41
Binary 10011110 1100 10001010 0 1011100 1101 100110 100110100 1010110 100001

Color Harmonies of #9E0C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0C8A

Black with #9E0C8A

Text Example


Text Example

White with #9E0C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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