Html Css Color HEX #9C0A99 Dark Magenta

📋 copy color: '#9C0A99'

red 156 ◦ green 10 ◦ blue 153

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

Shades of Dark Magenta #9C0A99

Tints of Dark Magenta #9C0A99

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.13%

 BLUE value IS 153 (60.16% from 255) = 47.96%

R = 48.9%
G = 3.13%
B = 47.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#9C0A99 (or 0x9C0A99) is known color: Dark Magenta. HEX triplet: 9C, 0A and 99. RGB value is (156,10,153). Sum of RGB (Red+Green+Blue) = 156+10+153=319 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.90% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0A99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0A99 is #63F566. Grayscale: #454545. Windows color (decimal): -6550887 or 10029724. OLE color: 10029724.

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

Color convert

RGB 156 10 153 -
CMYK 0 0.94 0.02 0.39
HSL 301.23º 0.88% 0.33% -
HSV(B) 301.23º 0.94% 0.61% -
XYZ 19.57 9.58 30.96 -
YUV 69.96 174.87 189.37 -
System Red Green Blue C M Y K H S L
Decimal 156 10 153 0 0.94 0.02 0.39 301.23 0.88 0.33
Hex 9C A 99 0 5E 2 27 12D 58 21
Octal 234 12 231 0 136 2 47 455 130 41
Binary 10011100 1010 10011001 0 1011110 10 100111 100101101 1011000 100001

Color Harmonies of #9C0A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0A99

Black with #9C0A99

Text Example


Text Example

White with #9C0A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,10,153); }

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

background-color css

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

 a { background-color: rgb(156,10,153); }

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

border-color css

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

 span { border-color: rgb(156,10,153); }

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