#901582

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

Shades of Dark Purple #901582

Tints of Dark Purple #901582

Color information

#901582 (or 0x901582) is unknown color: approx Dark Purple. HEX triplet: 90, 15 and 82. RGB value is (144,21,130). Sum of RGB (Red+Green+Blue) = 144+21+130=295 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.81% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 144 - color contains mainly: red. Hex color #901582 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901582 is #6FEA7D. Grayscale: #454545. Windows color (decimal): -7334526 or 8525200. OLE color: 8525200.

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

Color convert

RGB14421130-
CMYK00.850.100.44
HSL306.83º74.55%32.35%-
HSV(B)306.83º85.42%56.47%-
XYZ15.88.0821.85-
YUV70.2161.75180.64-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.81%
GREEN value IS 21 (8.59% from 255) = 7.12%
BLUE value IS 130 (51.17% from 255) = 44.07%
R=48.81%
G=7.12%
B=44.07%

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
Decimal1442113000.850.100.44306.8374.5532.35
Hex901582055A2C1334b20
Octal220252020125125446311340
Binary1001000010101100000100101010110101011001001100111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901582; }

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

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

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

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

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

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

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

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