#902A87

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

Shades of Dark Purple #902A87

Tints of Dark Purple #902A87

Color information

#902A87 (or 0x902A87) is unknown color: approx Dark Purple. HEX triplet: 90, 2A and 87. RGB value is (144,42,135). Sum of RGB (Red+Green+Blue) = 144+42+135=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 42 (16.80% from 255 or 13.08% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 144 - color contains mainly: red. Hex color #902A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902A87 is #6FD578. Grayscale: #525252. Windows color (decimal): -7329145 or 8858256. OLE color: 8858256.

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

Color convert

RGB14442135-
CMYK00.710.060.44
HSL305.29º54.84%36.47%-
HSV(B)305.29º70.83%56.47%-
XYZ16.79.3323.84-
YUV83.1157.29171.44-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.86%
GREEN value IS 42 (16.80% from 255) = 13.08%
BLUE value IS 135 (53.12% from 255) = 42.06%
R=44.86%
G=13.08%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1444213500.710.060.44305.2954.8436.47
Hex902A8704762C1313724
Octal2205220701076544616744
Binary100100001010101000011101000111110101100100110001110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902A87; }

 p { color: rgb(144,42,135); }

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

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

 a { background-color: rgb(144,42,135); }

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

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

 span { border-color: rgb(144,42,135); }

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