#903981

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

Shades of Dark Purple #903981

Tints of Dark Purple #903981

Color information

#903981 (or 0x903981) is unknown color: approx Dark Purple. HEX triplet: 90, 39 and 81. RGB value is (144,57,129). Sum of RGB (Red+Green+Blue) = 144+57+129=330 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.64% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 144 - color contains mainly: red. Hex color #903981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903981 is #6FC67E. Grayscale: #5B5B5B. Windows color (decimal): -7325311 or 8468880. OLE color: 8468880.

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

Color convert

RGB14457129-
CMYK00.600.100.44
HSL310.34º43.28%39.41%-
HSV(B)310.34º60.42%56.47%-
XYZ16.9310.4421.89-
YUV91.22149.32165.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.64%
GREEN value IS 57 (22.66% from 255) = 17.27%
BLUE value IS 129 (50.78% from 255) = 39.09%
R=43.64%
G=17.27%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445712900.600.100.44310.3443.2839.41
Hex90398103CA2C1362b27
Octal2207120107412544665347
Binary100100001110011000000101111001010101100100110110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #903981; }

 p { color: rgb(144,57,129); }

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

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

 a { background-color: rgb(144,57,129); }

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

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

 span { border-color: rgb(144,57,129); }

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