Html Css Color HEX #902979 Dark Purple

📋 copy color: '#902979'

red 144 ◦ green 41 ◦ blue 121

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

Shades of Dark Purple #902979

Tints of Dark Purple #902979

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.4%

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

R = 47.06%
G = 13.4%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#902979 (or 0x902979) is known color: Dark Purple. HEX triplet: 90, 29 and 79. RGB value is (144,41,121). Sum of RGB (Red+Green+Blue) = 144+41+121=306 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.06% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 144 - color contains mainly: red. Hex color #902979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902979 is #6FD686. Grayscale: #505050. Windows color (decimal): -7329415 or 7940496. OLE color: 7940496.

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

Color convert

RGB 144 41 121 -
CMYK 0 0.72 0.16 0.44
HSL 313.4º 0.56% 0.36% -
HSV(B) 313.4º 0.72% 0.56% -
XYZ 15.75 8.9 18.98 -
YUV 80.92 150.62 173 -
System Red Green Blue C M Y K H S L
Decimal 144 41 121 0 0.72 0.16 0.44 313.4 0.56 0.36
Hex 90 29 79 0 48 10 2C 139 38 24
Octal 220 51 171 0 110 20 54 471 70 44
Binary 10010000 101001 1111001 0 1001000 10000 101100 100111001 111000 100100

Color Harmonies of #902979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902979

Black with #902979

Text Example


Text Example

White with #902979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #902979; }

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

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

background-color css

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

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

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

border-color css

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

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

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