Html Css Color HEX #902077 Dark Purple

📋 copy color: '#902077'

red 144 ◦ green 32 ◦ blue 119

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

Shades of Dark Purple #902077

Tints of Dark Purple #902077

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.85%

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

R = 48.81%
G = 10.85%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#902077 (or 0x902077) is known color: Dark Purple. HEX triplet: 90, 20 and 77. RGB value is (144,32,119). Sum of RGB (Red+Green+Blue) = 144+32+119=295 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.81% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 144 - color contains mainly: red. Hex color #902077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902077 is #6FDF88. Grayscale: #4B4B4B. Windows color (decimal): -7331721 or 7807120. OLE color: 7807120.

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

Color convert

RGB 144 32 119 -
CMYK 0 0.78 0.17 0.44
HSL 313.39º 0.64% 0.35% -
HSV(B) 313.39º 0.78% 0.56% -
XYZ 15.35 8.29 18.24 -
YUV 75.41 152.61 176.93 -
System Red Green Blue C M Y K H S L
Decimal 144 32 119 0 0.78 0.17 0.44 313.39 0.64 0.35
Hex 90 20 77 0 4E 11 2C 139 40 23
Octal 220 40 167 0 116 21 54 471 100 43
Binary 10010000 100000 1110111 0 1001110 10001 101100 100111001 1000000 100011

Color Harmonies of #902077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902077

Black with #902077

Text Example


Text Example

White with #902077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #902077; }

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

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

background-color css

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

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

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

border-color css

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

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

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