Html Css Color HEX #900CAD Dark Magenta

📋 copy color: '#900CAD'

red 144 ◦ green 12 ◦ blue 173

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

Shades of Dark Magenta #900CAD

Tints of Dark Magenta #900CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 52.58%

R = 43.77%
G = 3.65%
B = 52.58%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#900CAD (or 0x900CAD) is known color: Dark Magenta. HEX triplet: 90, 0C and AD. RGB value is (144,12,173). Sum of RGB (Red+Green+Blue) = 144+12+173=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #900CAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900CAD is #6FF352. Grayscale: #454545. Windows color (decimal): -7336787 or 11340944. OLE color: 11340944.

HSL color Cylindrical-coordinate representation of color #900CAD: hue angle of 289.19º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900CAD is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 144 12 173 -
CMYK 0.17 0.93 0 0.32
HSL 289.19º 0.87% 0.36% -
HSV(B) 289.19º 0.93% 0.68% -
XYZ 19.18 9.21 40.3 -
YUV 69.82 186.23 180.91 -
System Red Green Blue C M Y K H S L
Decimal 144 12 173 0.17 0.93 0 0.32 289.19 0.87 0.36
Hex 90 C AD 11 5D 0 20 121 57 24
Octal 220 14 255 21 135 0 40 441 127 44
Binary 10010000 1100 10101101 10001 1011101 0 100000 100100001 1010111 100100

Color Harmonies of #900CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900CAD

Black with #900CAD

Text Example


Text Example

White with #900CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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