#903385

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

Shades of Dark Purple #903385

Tints of Dark Purple #903385

Color information

#903385 (or 0x903385) is unknown color: approx Dark Purple. HEX triplet: 90, 33 and 85. RGB value is (144,51,133). Sum of RGB (Red+Green+Blue) = 144+51+133=328 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.90% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 144 - color contains mainly: red. Hex color #903385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903385 is #6FCC7A. Grayscale: #575757. Windows color (decimal): -7326843 or 8729488. OLE color: 8729488.

HSL color Cylindrical-coordinate representation of color #903385: hue angle of 307.1º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #903385 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB14451133-
CMYK00.650.080.44
HSL307.1º47.69%38.24%-
HSV(B)307.1º64.58%56.47%-
XYZ16.929.9923.23-
YUV88.16153.31167.83-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.90%
GREEN value IS 51 (20.31% from 255) = 15.55%
BLUE value IS 133 (52.34% from 255) = 40.55%
R=43.90%
G=15.55%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445113300.650.080.44307.147.6938.24
Hex90338504182C1333026
Octal22063205010110544636046
Binary1001000011001110000101010000011000101100100110011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #903385; }

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

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

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

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

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

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

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

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