#903276

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

Shades of Dark Purple #903276

Tints of Dark Purple #903276

Color information

#903276 (or 0x903276) is unknown color: approx Dark Purple. HEX triplet: 90, 32 and 76. RGB value is (144,50,118). Sum of RGB (Red+Green+Blue) = 144+50+118=312 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.15% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 144 - color contains mainly: red. Hex color #903276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903276 is #6FCD89. Grayscale: #555555. Windows color (decimal): -7327114 or 7746192. OLE color: 7746192.

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

Color convert

RGB14450118-
CMYK00.650.180.44
HSL316.6º48.45%38.04%-
HSV(B)316.6º65.28%56.47%-
XYZ15.919.5218.14-
YUV85.86146.14169.47-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.15%
GREEN value IS 50 (19.92% from 255) = 16.03%
BLUE value IS 118 (46.48% from 255) = 37.82%
R=46.15%
G=16.03%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445011800.650.180.44316.648.4538.04
Hex903276041122C13d3026
Octal22062166010122544756046
Binary1001000011001011101100100000110010101100100111101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #903276; }

 p { color: rgb(144,50,118); }

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

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

 a { background-color: rgb(144,50,118); }

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

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

 span { border-color: rgb(144,50,118); }

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