#913981

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

Shades of Dark Purple #913981

Tints of Dark Purple #913981

Color information

#913981 (or 0x913981) is unknown color: approx Dark Purple. HEX triplet: 91, 39 and 81. RGB value is (145,57,129). Sum of RGB (Red+Green+Blue) = 145+57+129=331 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.81% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 145 - color contains mainly: red. Hex color #913981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913981 is #6EC67E. Grayscale: #5B5B5B. Windows color (decimal): -7259775 or 8468881. OLE color: 8468881.

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

Color convert

RGB14557129-
CMYK00.610.110.43
HSL310.91º43.56%39.61%-
HSV(B)310.91º60.69%56.86%-
XYZ17.110.5321.9-
YUV91.52149.15166.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.81%
GREEN value IS 57 (22.66% from 255) = 17.22%
BLUE value IS 129 (50.78% from 255) = 38.97%
R=43.81%
G=17.22%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455712900.610.110.43310.9143.5639.61
Hex91398103DB2B1372c28
Octal2217120107513534675450
Binary100100011110011000000101111011011101011100110111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913981; }

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

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

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

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

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

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

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

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