Html Css Color HEX #9A0CAC Dark Magenta

📋 copy color: '#9A0CAC'

red 154 ◦ green 12 ◦ blue 172

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

Shades of Dark Magenta #9A0CAC

Tints of Dark Magenta #9A0CAC

RGB

 RED value IS 154 (60.55% from 255) = 45.56%

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

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

R = 45.56%
G = 3.55%
B = 50.89%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A0CAC (or 0x9A0CAC) is known color: Dark Magenta. HEX triplet: 9A, 0C and AC. RGB value is (154,12,172). Sum of RGB (Red+Green+Blue) = 154+12+172=338 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.56% from 338); Green value is 12 (5.08% from 255 or 3.55% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A0CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0CAC is #65F353. Grayscale: #484848. Windows color (decimal): -6681428 or 11275418. OLE color: 11275418.

HSL color Cylindrical-coordinate representation of color #9A0CAC: hue angle of 293.25º 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 #9A0CAC is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 12 172 -
CMYK 0.10 0.93 0 0.33
HSL 293.25º 0.87% 0.36% -
HSV(B) 293.25º 0.93% 0.67% -
XYZ 20.9 10.11 39.88 -
YUV 72.7 184.04 185.99 -
System Red Green Blue C M Y K H S L
Decimal 154 12 172 0.10 0.93 0 0.33 293.25 0.87 0.36
Hex 9A C AC A 5D 0 21 125 57 24
Octal 232 14 254 12 135 0 41 445 127 44
Binary 10011010 1100 10101100 1010 1011101 0 100001 100100101 1010111 100100

Color Harmonies of #9A0CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0CAC

Black with #9A0CAC

Text Example


Text Example

White with #9A0CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,12,172); }

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

background-color css

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

 a { background-color: rgb(154,12,172); }

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

border-color css

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

 span { border-color: rgb(154,12,172); }

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