Html Css Color HEX #9C0E8D Dark Magenta

📋 copy color: '#9C0E8D'

red 156 ◦ green 14 ◦ blue 141

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

Shades of Dark Magenta #9C0E8D

Tints of Dark Magenta #9C0E8D

RGB

 RED value IS 156 (61.33% from 255) = 50.16%

 GREEN value IS 14 (5.86% from 255) = 4.5%

 BLUE value IS 141 (55.47% from 255) = 45.34%

R = 50.16%
G = 4.5%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9C0E8D (or 0x9C0E8D) is known color: Dark Magenta. HEX triplet: 9C, 0E and 8D. RGB value is (156,14,141). Sum of RGB (Red+Green+Blue) = 156+14+141=311 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.16% from 311); Green value is 14 (5.86% from 255 or 4.50% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0E8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0E8D is #63F172. Grayscale: #464646. Windows color (decimal): -6549875 or 9244316. OLE color: 9244316.

HSL color Cylindrical-coordinate representation of color #9C0E8D: hue angle of 306.34º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C0E8D is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 14 141 -
CMYK 0 0.91 0.10 0.39
HSL 306.34º 0.84% 0.33% -
HSV(B) 306.34º 0.91% 0.61% -
XYZ 18.68 9.31 26.01 -
YUV 70.94 167.54 188.67 -
System Red Green Blue C M Y K H S L
Decimal 156 14 141 0 0.91 0.10 0.39 306.34 0.84 0.33
Hex 9C E 8D 0 5B A 27 132 54 21
Octal 234 16 215 0 133 12 47 462 124 41
Binary 10011100 1110 10001101 0 1011011 1010 100111 100110010 1010100 100001

Color Harmonies of #9C0E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0E8D

Black with #9C0E8D

Text Example


Text Example

White with #9C0E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,14,141); }

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

background-color css

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

 a { background-color: rgb(156,14,141); }

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

border-color css

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

 span { border-color: rgb(156,14,141); }

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