Html Css Color HEX #9C0DAC Dark Magenta

📋 copy color: '#9C0DAC'

red 156 ◦ green 13 ◦ blue 172

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

Shades of Dark Magenta #9C0DAC

Tints of Dark Magenta #9C0DAC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.81%

 BLUE value IS 172 (67.58% from 255) = 50.44%

R = 45.75%
G = 3.81%
B = 50.44%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9C0DAC (or 0x9C0DAC) is known color: Dark Magenta. HEX triplet: 9C, 0D and AC. RGB value is (156,13,172). Sum of RGB (Red+Green+Blue) = 156+13+172=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C0DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0DAC is #63F253. Grayscale: #494949. Windows color (decimal): -6550100 or 11275676. OLE color: 11275676.

HSL color Cylindrical-coordinate representation of color #9C0DAC: hue angle of 293.96º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C0DAC is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 13 172 -
CMYK 0.09 0.92 0 0.33
HSL 293.96º 0.86% 0.36% -
HSV(B) 293.96º 0.92% 0.67% -
XYZ 21.3 10.33 39.9 -
YUV 73.88 183.38 186.57 -
System Red Green Blue C M Y K H S L
Decimal 156 13 172 0.09 0.92 0 0.33 293.96 0.86 0.36
Hex 9C D AC 9 5C 0 21 126 56 24
Octal 234 15 254 11 134 0 41 446 126 44
Binary 10011100 1101 10101100 1001 1011100 0 100001 100100110 1010110 100100

Color Harmonies of #9C0DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0DAC

Black with #9C0DAC

Text Example


Text Example

White with #9C0DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,13,172); }

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

background-color css

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

 a { background-color: rgb(156,13,172); }

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

border-color css

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

 span { border-color: rgb(156,13,172); }

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