#901581

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

Shades of Dark Purple #901581

Tints of Dark Purple #901581

Color information

#901581 (or 0x901581) is unknown color: approx Dark Purple. HEX triplet: 90, 15 and 81. RGB value is (144,21,129). Sum of RGB (Red+Green+Blue) = 144+21+129=294 (38% of max value = 765). Red value is 144 (56.64% from 255 or 48.98% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 129 (50.78% from 255 or 43.88% from 294); Max value from RGB is 144 - color contains mainly: red. Hex color #901581 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901581 is #6FEA7E. Grayscale: #454545. Windows color (decimal): -7334527 or 8459664. OLE color: 8459664.

HSL color Cylindrical-coordinate representation of color #901581: hue angle of 307.32º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901581 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB14421129-
CMYK00.850.100.44
HSL307.32º74.55%32.35%-
HSV(B)307.32º85.42%56.47%-
XYZ15.738.0521.49-
YUV70.09161.25180.72-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.98%
GREEN value IS 21 (8.59% from 255) = 7.14%
BLUE value IS 129 (50.78% from 255) = 43.88%
R=48.98%
G=7.14%
B=43.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1442112900.850.100.44307.3274.5532.35
Hex901581055A2C1334b20
Octal220252010125125446311340
Binary1001000010101100000010101010110101011001001100111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901581; }

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

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

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

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

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

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

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

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