#901583

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

Shades of Dark Purple #901583

Tints of Dark Purple #901583

Color information

#901583 (or 0x901583) is unknown color: approx Dark Purple. HEX triplet: 90, 15 and 83. RGB value is (144,21,131). Sum of RGB (Red+Green+Blue) = 144+21+131=296 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.65% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 144 - color contains mainly: red. Hex color #901583 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901583 is #6FEA7C. Grayscale: #464646. Windows color (decimal): -7334525 or 8590736. OLE color: 8590736.

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

Color convert

RGB14421131-
CMYK00.850.090.44
HSL306.34º74.55%32.35%-
HSV(B)306.34º85.42%56.47%-
XYZ15.878.122.2-
YUV70.32162.25180.56-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.65%
GREEN value IS 21 (8.59% from 255) = 7.09%
BLUE value IS 131 (51.56% from 255) = 44.26%
R=48.65%
G=7.09%
B=44.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1442113100.850.090.44306.3474.5532.35
Hex90158305592C1324b20
Octal220252030125115446211340
Binary1001000010101100000110101010110011011001001100101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901583; }

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

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

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

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

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

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

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

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