#902982

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

Shades of Dark Purple #902982

Tints of Dark Purple #902982

Color information

#902982 (or 0x902982) is unknown color: approx Dark Purple. HEX triplet: 90, 29 and 82. RGB value is (144,41,130). Sum of RGB (Red+Green+Blue) = 144+41+130=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 144 - color contains mainly: red. Hex color #902982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902982 is #6FD67D. Grayscale: #515151. Windows color (decimal): -7329406 or 8530320. OLE color: 8530320.

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

Color convert

RGB14441130-
CMYK00.720.100.44
HSL308.16º55.68%36.27%-
HSV(B)308.16º71.53%56.47%-
XYZ16.329.1322.02-
YUV81.94155.12172.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.71%
GREEN value IS 41 (16.41% from 255) = 13.02%
BLUE value IS 130 (51.17% from 255) = 41.27%
R=45.71%
G=13.02%
B=41.27%

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
Decimal1444113000.720.100.44308.1655.6836.27
Hex902982048A2C1343824
Octal22051202011012544647044
Binary1001000010100110000010010010001010101100100110100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902982; }

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

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

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

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

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

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

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

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