#903386

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

Shades of Dark Purple #903386

Tints of Dark Purple #903386

Color information

#903386 (or 0x903386) is unknown color: approx Dark Purple. HEX triplet: 90, 33 and 86. RGB value is (144,51,134). Sum of RGB (Red+Green+Blue) = 144+51+134=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 144 - color contains mainly: red. Hex color #903386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903386 is #6FCC79. Grayscale: #585858. Windows color (decimal): -7326842 or 8795024. OLE color: 8795024.

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

Color convert

RGB14451134-
CMYK00.650.070.44
HSL306.45º47.69%38.24%-
HSV(B)306.45º64.58%56.47%-
XYZ16.9910.0223.59-
YUV88.27153.81167.75-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.77%
GREEN value IS 51 (20.31% from 255) = 15.50%
BLUE value IS 134 (52.73% from 255) = 40.73%
R=43.77%
G=15.50%
B=40.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445113400.650.070.44306.4547.6938.24
Hex90338604172C1323026
Octal2206320601017544626046
Binary100100001100111000011001000001111101100100110010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #903386; }

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

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

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

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

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

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

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

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