Html Css Color HEX #900C79 Dark Purple

📋 copy color: '#900C79'

red 144 ◦ green 12 ◦ blue 121

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

Shades of Dark Purple #900C79

Tints of Dark Purple #900C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 43.68%

R = 51.99%
G = 4.33%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#900C79 (or 0x900C79) is known color: Dark Purple. HEX triplet: 90, 0C and 79. RGB value is (144,12,121). Sum of RGB (Red+Green+Blue) = 144+12+121=277 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.99% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 144 - color contains mainly: red. Hex color #900C79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900C79 is #6FF386. Grayscale: #3F3F3F. Windows color (decimal): -7336839 or 7933072. OLE color: 7933072.

HSL color Cylindrical-coordinate representation of color #900C79: hue angle of 310.45º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #900C79 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 12 121 -
CMYK 0 0.92 0.16 0.44
HSL 310.45º 0.85% 0.31% -
HSV(B) 310.45º 0.92% 0.56% -
XYZ 15.08 7.57 18.76 -
YUV 63.89 160.23 185.14 -
System Red Green Blue C M Y K H S L
Decimal 144 12 121 0 0.92 0.16 0.44 310.45 0.85 0.31
Hex 90 C 79 0 5C 10 2C 136 55 1F
Octal 220 14 171 0 134 20 54 466 125 37
Binary 10010000 1100 1111001 0 1011100 10000 101100 100110110 1010101 11111

Color Harmonies of #900C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900C79

Black with #900C79

Text Example


Text Example

White with #900C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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