Html Css Color HEX #9C0AAB Dark Magenta

📋 copy color: '#9C0AAB'

red 156 ◦ green 10 ◦ blue 171

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

Shades of Dark Magenta #9C0AAB

Tints of Dark Magenta #9C0AAB

RGB

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

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

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

R = 46.29%
G = 2.97%
B = 50.74%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9C0AAB (or 0x9C0AAB) is known color: Dark Magenta. HEX triplet: 9C, 0A and AB. RGB value is (156,10,171). Sum of RGB (Red+Green+Blue) = 156+10+171=337 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.29% from 337); Green value is 10 (4.30% from 255 or 2.97% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C0AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0AAB is #63F554. Grayscale: #474747. Windows color (decimal): -6550869 or 11209372. OLE color: 11209372.

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

Color convert

RGB 156 10 171 -
CMYK 0.09 0.94 0 0.33
HSL 294.41º 0.89% 0.35% -
HSV(B) 294.41º 0.94% 0.67% -
XYZ 21.17 10.23 39.39 -
YUV 72.01 183.87 187.91 -
System Red Green Blue C M Y K H S L
Decimal 156 10 171 0.09 0.94 0 0.33 294.41 0.89 0.35
Hex 9C A AB 9 5E 0 21 126 59 23
Octal 234 12 253 11 136 0 41 446 131 43
Binary 10011100 1010 10101011 1001 1011110 0 100001 100100110 1011001 100011

Color Harmonies of #9C0AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0AAB

Black with #9C0AAB

Text Example


Text Example

White with #9C0AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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