Html Css Color HEX #9E0C8B Dark Magenta

📋 copy color: '#9E0C8B'

red 158 ◦ green 12 ◦ blue 139

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

Shades of Dark Magenta #9E0C8B

Tints of Dark Magenta #9E0C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 44.98%

R = 51.13%
G = 3.88%
B = 44.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9E0C8B (or 0x9E0C8B) is known color: Dark Magenta. HEX triplet: 9E, 0C and 8B. RGB value is (158,12,139). Sum of RGB (Red+Green+Blue) = 158+12+139=309 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.13% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0C8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0C8B is #61F374. Grayscale: #454545. Windows color (decimal): -6419317 or 9112734. OLE color: 9112734.

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

Color convert

RGB 158 12 139 -
CMYK 0 0.92 0.12 0.38
HSL 307.81º 0.86% 0.33% -
HSV(B) 307.81º 0.92% 0.62% -
XYZ 18.89 9.4 25.24 -
YUV 70.13 166.87 190.67 -
System Red Green Blue C M Y K H S L
Decimal 158 12 139 0 0.92 0.12 0.38 307.81 0.86 0.33
Hex 9E C 8B 0 5C C 26 134 56 21
Octal 236 14 213 0 134 14 46 464 126 41
Binary 10011110 1100 10001011 0 1011100 1100 100110 100110100 1010110 100001

Color Harmonies of #9E0C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0C8B

Black with #9E0C8B

Text Example


Text Example

White with #9E0C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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