Html Css Color HEX #9C0CAB Dark Magenta

📋 copy color: '#9C0CAB'

red 156 ◦ green 12 ◦ blue 171

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

Shades of Dark Magenta #9C0CAB

Tints of Dark Magenta #9C0CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.44%

R = 46.02%
G = 3.54%
B = 50.44%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9C0CAB (or 0x9C0CAB) is known color: Dark Magenta. HEX triplet: 9C, 0C and AB. RGB value is (156,12,171). Sum of RGB (Red+Green+Blue) = 156+12+171=339 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.02% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C0CAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0CAB is #63F354. Grayscale: #484848. Windows color (decimal): -6550357 or 11209884. OLE color: 11209884.

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

Color convert

RGB 156 12 171 -
CMYK 0.09 0.93 0 0.33
HSL 294.34º 0.87% 0.36% -
HSV(B) 294.34º 0.93% 0.67% -
XYZ 21.19 10.27 39.39 -
YUV 73.18 183.21 187.07 -
System Red Green Blue C M Y K H S L
Decimal 156 12 171 0.09 0.93 0 0.33 294.34 0.87 0.36
Hex 9C C AB 9 5D 0 21 126 57 24
Octal 234 14 253 11 135 0 41 446 127 44
Binary 10011100 1100 10101011 1001 1011101 0 100001 100100110 1010111 100100

Color Harmonies of #9C0CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0CAB

Black with #9C0CAB

Text Example


Text Example

White with #9C0CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,12,171); }

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

background-color css

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

 a { background-color: rgb(156,12,171); }

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

border-color css

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

 span { border-color: rgb(156,12,171); }

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