#903584

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

Shades of Dark Purple #903584

Tints of Dark Purple #903584

Color information

#903584 (or 0x903584) is unknown color: approx Dark Purple. HEX triplet: 90, 35 and 84. RGB value is (144,53,132). Sum of RGB (Red+Green+Blue) = 144+53+132=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 144 - color contains mainly: red. Hex color #903584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903584 is #6FCA7B. Grayscale: #585858. Windows color (decimal): -7326332 or 8664464. OLE color: 8664464.

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

Color convert

RGB14453132-
CMYK00.630.080.44
HSL307.91º46.19%38.63%-
HSV(B)307.91º63.19%56.47%-
XYZ16.9410.1422.89-
YUV89.22152.15167.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.77%
GREEN value IS 53 (21.09% from 255) = 16.11%
BLUE value IS 132 (51.95% from 255) = 40.12%
R=43.77%
G=16.11%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445313200.630.080.44307.9146.1938.63
Hex90358403F82C1342e27
Octal2206520407710544645647
Binary100100001101011000010001111111000101100100110100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #903584; }

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

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

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

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

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

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

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

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