#901584

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

Shades of Dark Purple #901584

Tints of Dark Purple #901584

Color information

#901584 (or 0x901584) is unknown color: approx Dark Purple. HEX triplet: 90, 15 and 84. RGB value is (144,21,132). Sum of RGB (Red+Green+Blue) = 144+21+132=297 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.48% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 144 - color contains mainly: red. Hex color #901584 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901584 is #6FEA7B. Grayscale: #464646. Windows color (decimal): -7334524 or 8656272. OLE color: 8656272.

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

Color convert

RGB14421132-
CMYK00.850.080.44
HSL305.85º74.55%32.35%-
HSV(B)305.85º85.42%56.47%-
XYZ15.938.1322.56-
YUV70.43162.75180.47-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.48%
GREEN value IS 21 (8.59% from 255) = 7.07%
BLUE value IS 132 (51.95% from 255) = 44.44%
R=48.48%
G=7.07%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1442113200.850.080.44305.8574.5532.35
Hex90158405582C1324b20
Octal220252040125105446211340
Binary1001000010101100001000101010110001011001001100101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901584; }

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

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

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

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

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

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

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

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