Html Css Color HEX #900977 Dark Purple

📋 copy color: '#900977'

red 144 ◦ green 9 ◦ blue 119

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

Shades of Dark Purple #900977

Tints of Dark Purple #900977

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.31%

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

R = 52.94%
G = 3.31%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#900977 (or 0x900977) is known color: Dark Purple. HEX triplet: 90, 09 and 77. RGB value is (144,9,119). Sum of RGB (Red+Green+Blue) = 144+9+119=272 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.94% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 144 - color contains mainly: red. Hex color #900977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900977 is #6FF688. Grayscale: #3D3D3D. Windows color (decimal): -7337609 or 7801232. OLE color: 7801232.

HSL color Cylindrical-coordinate representation of color #900977: hue angle of 311.11º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900977 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 9 119 -
CMYK 0 0.94 0.17 0.44
HSL 311.11º 0.88% 0.3% -
HSV(B) 311.11º 0.94% 0.56% -
XYZ 14.93 7.46 18.11 -
YUV 61.91 160.23 186.56 -
System Red Green Blue C M Y K H S L
Decimal 144 9 119 0 0.94 0.17 0.44 311.11 0.88 0.3
Hex 90 9 77 0 5E 11 2C 137 58 1E
Octal 220 11 167 0 136 21 54 467 130 36
Binary 10010000 1001 1110111 0 1011110 10001 101100 100110111 1011000 11110

Color Harmonies of #900977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900977

Black with #900977

Text Example


Text Example

White with #900977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900977; }

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

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

background-color css

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

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

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

border-color css

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

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

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