Html Css Color HEX #9E0C9B Dark Magenta

📋 copy color: '#9E0C9B'

red 158 ◦ green 12 ◦ blue 155

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

Shades of Dark Magenta #9E0C9B

Tints of Dark Magenta #9E0C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.69%

R = 48.62%
G = 3.69%
B = 47.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#9E0C9B (or 0x9E0C9B) is known color: Dark Magenta. HEX triplet: 9E, 0C and 9B. RGB value is (158,12,155). Sum of RGB (Red+Green+Blue) = 158+12+155=325 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.62% from 325); Green value is 12 (5.08% from 255 or 3.69% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0C9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0C9B is #61F364. Grayscale: #474747. Windows color (decimal): -6419301 or 10161310. OLE color: 10161310.

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

Color convert

RGB 158 12 155 -
CMYK 0 0.92 0.02 0.38
HSL 301.23º 0.86% 0.33% -
HSV(B) 301.23º 0.92% 0.62% -
XYZ 20.15 9.9 31.86 -
YUV 71.96 174.87 189.37 -
System Red Green Blue C M Y K H S L
Decimal 158 12 155 0 0.92 0.02 0.38 301.23 0.86 0.33
Hex 9E C 9B 0 5C 2 26 12D 56 21
Octal 236 14 233 0 134 2 46 455 126 41
Binary 10011110 1100 10011011 0 1011100 10 100110 100101101 1010110 100001

Color Harmonies of #9E0C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0C9B

Black with #9E0C9B

Text Example


Text Example

White with #9E0C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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