Html Css Color HEX #900C77 Dark Purple

📋 copy color: '#900C77'

red 144 ◦ green 12 ◦ blue 119

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

Shades of Dark Purple #900C77

Tints of Dark Purple #900C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 43.27%

R = 52.36%
G = 4.36%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#900C77 (or 0x900C77) is known color: Dark Purple. HEX triplet: 90, 0C and 77. RGB value is (144,12,119). Sum of RGB (Red+Green+Blue) = 144+12+119=275 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.36% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 144 - color contains mainly: red. Hex color #900C77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900C77 is #6FF388. Grayscale: #3F3F3F. Windows color (decimal): -7336841 or 7802000. OLE color: 7802000.

HSL color Cylindrical-coordinate representation of color #900C77: hue angle of 311.36º 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 #900C77 is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 12 119 -
CMYK 0 0.92 0.17 0.44
HSL 311.36º 0.85% 0.31% -
HSV(B) 311.36º 0.92% 0.56% -
XYZ 14.96 7.52 18.12 -
YUV 63.67 159.23 185.3 -
System Red Green Blue C M Y K H S L
Decimal 144 12 119 0 0.92 0.17 0.44 311.36 0.85 0.31
Hex 90 C 77 0 5C 11 2C 137 55 1F
Octal 220 14 167 0 134 21 54 467 125 37
Binary 10010000 1100 1110111 0 1011100 10001 101100 100110111 1010101 11111

Color Harmonies of #900C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900C77

Black with #900C77

Text Example


Text Example

White with #900C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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