Html Css Color HEX #900CAC Dark Magenta

📋 copy color: '#900CAC'

red 144 ◦ green 12 ◦ blue 172

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

Shades of Dark Magenta #900CAC

Tints of Dark Magenta #900CAC

RGB

 RED value IS 144 (56.64% from 255) = 43.9%

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

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

R = 43.9%
G = 3.66%
B = 52.44%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#900CAC (or 0x900CAC) is known color: Dark Magenta. HEX triplet: 90, 0C and AC. RGB value is (144,12,172). Sum of RGB (Red+Green+Blue) = 144+12+172=328 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.90% from 328); Green value is 12 (5.08% from 255 or 3.66% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #900CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900CAC is #6FF353. Grayscale: #454545. Windows color (decimal): -7336788 or 11275408. OLE color: 11275408.

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

Color convert

RGB 144 12 172 -
CMYK 0.16 0.93 0 0.33
HSL 289.5º 0.87% 0.36% -
HSV(B) 289.5º 0.93% 0.67% -
XYZ 19.08 9.17 39.79 -
YUV 69.71 185.73 180.99 -
System Red Green Blue C M Y K H S L
Decimal 144 12 172 0.16 0.93 0 0.33 289.5 0.87 0.36
Hex 90 C AC 10 5D 0 21 122 57 24
Octal 220 14 254 20 135 0 41 442 127 44
Binary 10010000 1100 10101100 10000 1011101 0 100001 100100010 1010111 100100

Color Harmonies of #900CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900CAC

Black with #900CAC

Text Example


Text Example

White with #900CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900CAC; }

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

 H1.HeaderClassName
 {
   color: #900CAC;
 }
 .AnyTagClassName
 {
   color: #900CAC;
 }
</style>

background-color css

<style>
 a { background-color: #900CAC; }

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

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

border-color css

<style>
 span { border-color: #900CAC; }

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

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