#903A80

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

Shades of Dark Purple #903A80

Tints of Dark Purple #903A80

Color information

#903A80 (or 0x903A80) is unknown color: approx Dark Purple. HEX triplet: 90, 3A and 80. RGB value is (144,58,128). Sum of RGB (Red+Green+Blue) = 144+58+128=330 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.64% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 144 - color contains mainly: red. Hex color #903A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903A80 is #6FC57F. Grayscale: #5B5B5B. Windows color (decimal): -7325056 or 8403600. OLE color: 8403600.

HSL color Cylindrical-coordinate representation of color #903A80: hue angle of 311.16º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #903A80 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB14458128-
CMYK00.600.110.44
HSL311.16º42.57%39.61%-
HSV(B)311.16º59.72%56.47%-
XYZ16.9110.5121.56-
YUV91.69148.49165.31-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.64%
GREEN value IS 58 (23.05% from 255) = 17.58%
BLUE value IS 128 (50.39% from 255) = 38.79%
R=43.64%
G=17.58%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445812800.600.110.44311.1642.5739.61
Hex903A8003CB2C1372b28
Octal2207220007413544675350
Binary100100001110101000000001111001011101100100110111101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #903A80; }

 p { color: rgb(144,58,128); }

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

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

 a { background-color: rgb(144,58,128); }

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

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

 span { border-color: rgb(144,58,128); }

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