#902981

Color #902981 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #902981

Tints of Dark Purple #902981

Color information

#902981 (or 0x902981) is unknown color: approx Dark Purple. HEX triplet: 90, 29 and 81. RGB value is (144,41,129). Sum of RGB (Red+Green+Blue) = 144+41+129=314 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.86% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 144 - color contains mainly: red. Hex color #902981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902981 is #6FD67E. Grayscale: #515151. Windows color (decimal): -7329407 or 8464784. OLE color: 8464784.

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

Color convert

RGB14441129-
CMYK00.720.100.44
HSL308.74º55.68%36.27%-
HSV(B)308.74º71.53%56.47%-
XYZ16.269.121.67-
YUV81.83154.62172.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.86%
GREEN value IS 41 (16.41% from 255) = 13.06%
BLUE value IS 129 (50.78% from 255) = 41.08%
R=45.86%
G=13.06%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1444112900.720.100.44308.7455.6836.27
Hex902981048A2C1353824
Octal22051201011012544657044
Binary1001000010100110000001010010001010101100100110101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902981; }

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

 H1.HeaderClassName
 {
   color: #902981;
 }
 .AnyTagClassName
 {
   color: #902981;
 }
</style>
background-color css

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

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

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

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

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

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