Html Css Color HEX #902980 Dark Purple

📋 copy color: '#902980'

red 144 ◦ green 41 ◦ blue 128

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

Shades of Dark Purple #902980

Tints of Dark Purple #902980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.89%

R = 46.01%
G = 13.1%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#902980 (or 0x902980) is known color: Dark Purple. HEX triplet: 90, 29 and 80. RGB value is (144,41,128). Sum of RGB (Red+Green+Blue) = 144+41+128=313 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.01% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 144 - color contains mainly: red. Hex color #902980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902980 is #6FD67F. Grayscale: #515151. Windows color (decimal): -7329408 or 8399248. OLE color: 8399248.

HSL color Cylindrical-coordinate representation of color #902980: hue angle of 309.32º 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 #902980 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 41 128 -
CMYK 0 0.72 0.11 0.44
HSL 309.32º 0.56% 0.36% -
HSV(B) 309.32º 0.72% 0.56% -
XYZ 16.19 9.07 21.32 -
YUV 81.72 154.12 172.43 -
System Red Green Blue C M Y K H S L
Decimal 144 41 128 0 0.72 0.11 0.44 309.32 0.56 0.36
Hex 90 29 80 0 48 B 2C 135 38 24
Octal 220 51 200 0 110 13 54 465 70 44
Binary 10010000 101001 10000000 0 1001000 1011 101100 100110101 111000 100100

Color Harmonies of #902980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902980

Black with #902980

Text Example


Text Example

White with #902980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #902980; }

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

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

background-color css

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

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

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

border-color css

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

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

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