#903582

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

Shades of Dark Purple #903582

Tints of Dark Purple #903582

Color information

#903582 (or 0x903582) is unknown color: approx Dark Purple. HEX triplet: 90, 35 and 82. RGB value is (144,53,130). Sum of RGB (Red+Green+Blue) = 144+53+130=327 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.04% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 144 - color contains mainly: red. Hex color #903582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903582 is #6FCA7D. Grayscale: #585858. Windows color (decimal): -7326334 or 8533392. OLE color: 8533392.

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

Color convert

RGB14453130-
CMYK00.630.100.44
HSL309.23º46.19%38.63%-
HSV(B)309.23º63.19%56.47%-
XYZ16.810.0922.18-
YUV88.99151.15167.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.04%
GREEN value IS 53 (21.09% from 255) = 16.21%
BLUE value IS 130 (51.17% from 255) = 39.76%
R=44.04%
G=16.21%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445313000.630.100.44309.2346.1938.63
Hex90358203FA2C1352e27
Octal2206520207712544655647
Binary100100001101011000001001111111010101100100110101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #903582; }

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

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

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

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

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

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

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

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