#902985

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

Shades of Dark Purple #902985

Tints of Dark Purple #902985

Color information

#902985 (or 0x902985) is unknown color: approx Dark Purple. HEX triplet: 90, 29 and 85. RGB value is (144,41,133). Sum of RGB (Red+Green+Blue) = 144+41+133=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 144 - color contains mainly: red. Hex color #902985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902985 is #6FD67A. Grayscale: #525252. Windows color (decimal): -7329403 or 8726928. OLE color: 8726928.

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

Color convert

RGB14441133-
CMYK00.720.080.44
HSL306.41º55.68%36.27%-
HSV(B)306.41º71.53%56.47%-
XYZ16.539.2123.1-
YUV82.28156.62172.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.28%
GREEN value IS 41 (16.41% from 255) = 12.89%
BLUE value IS 133 (52.34% from 255) = 41.82%
R=45.28%
G=12.89%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1444113300.720.080.44306.4155.6836.27
Hex90298504882C1323824
Octal22051205011010544627044
Binary1001000010100110000101010010001000101100100110010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902985; }

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

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

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

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

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

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

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

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