#902A81

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

Shades of Dark Purple #902A81

Tints of Dark Purple #902A81

Color information

#902A81 (or 0x902A81) is unknown color: approx Dark Purple. HEX triplet: 90, 2A and 81. RGB value is (144,42,129). Sum of RGB (Red+Green+Blue) = 144+42+129=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 144 - color contains mainly: red. Hex color #902A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902A81 is #6FD57E. Grayscale: #525252. Windows color (decimal): -7329151 or 8465040. OLE color: 8465040.

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

Color convert

RGB14442129-
CMYK00.710.100.44
HSL308.82º54.84%36.47%-
HSV(B)308.82º70.83%56.47%-
XYZ16.299.1721.68-
YUV82.42154.29171.93-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.71%
GREEN value IS 42 (16.80% from 255) = 13.33%
BLUE value IS 129 (50.78% from 255) = 40.95%
R=45.71%
G=13.33%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1444212900.710.100.44308.8254.8436.47
Hex902A81047A2C1353724
Octal22052201010712544656744
Binary1001000010101010000001010001111010101100100110101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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