#903F83

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

Shades of Dark Purple #903F83

Tints of Dark Purple #903F83

Color information

#903F83 (or 0x903F83) is unknown color: approx Dark Purple. HEX triplet: 90, 3F and 83. RGB value is (144,63,131). Sum of RGB (Red+Green+Blue) = 144+63+131=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 144 - color contains mainly: red. Hex color #903F83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903F83 is #6FC07C. Grayscale: #5E5E5E. Windows color (decimal): -7323773 or 8601488. OLE color: 8601488.

HSL color Cylindrical-coordinate representation of color #903F83: hue angle of 309.63º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #903F83 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB14463131-
CMYK00.560.090.44
HSL309.63º39.13%40.59%-
HSV(B)309.63º56.25%56.47%-
XYZ17.3811.1222.7-
YUV94.97148.34162.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.60%
GREEN value IS 63 (25% from 255) = 18.64%
BLUE value IS 131 (51.56% from 255) = 38.76%
R=42.60%
G=18.64%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1446313100.560.090.44309.6339.1340.59
Hex903F8303892C1362729
Octal2207720307011544664751
Binary100100001111111000001101110001001101100100110110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,63,131); }

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

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

 a { background-color: rgb(144,63,131); }

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

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

 span { border-color: rgb(144,63,131); }

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