#903585

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

Shades of Dark Purple #903585

Tints of Dark Purple #903585

Color information

#903585 (or 0x903585) is unknown color: approx Dark Purple. HEX triplet: 90, 35 and 85. RGB value is (144,53,133). Sum of RGB (Red+Green+Blue) = 144+53+133=330 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.64% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 144 - color contains mainly: red. Hex color #903585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903585 is #6FCA7A. Grayscale: #595959. Windows color (decimal): -7326331 or 8730000. OLE color: 8730000.

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

Color convert

RGB14453133-
CMYK00.630.080.44
HSL307.25º46.19%38.63%-
HSV(B)307.25º63.19%56.47%-
XYZ17.0110.1723.26-
YUV89.33152.65167-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.64%
GREEN value IS 53 (21.09% from 255) = 16.06%
BLUE value IS 133 (52.34% from 255) = 40.30%
R=43.64%
G=16.06%
B=40.30%

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
Decimal1445313300.630.080.44307.2546.1938.63
Hex90358503F82C1332e27
Octal2206520507710544635647
Binary100100001101011000010101111111000101100100110011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #903585; }

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

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

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

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

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

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

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

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