#913980

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

Shades of Dark Purple #913980

Tints of Dark Purple #913980

Color information

#913980 (or 0x913980) is unknown color: approx Dark Purple. HEX triplet: 91, 39 and 80. RGB value is (145,57,128). Sum of RGB (Red+Green+Blue) = 145+57+128=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #913980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913980 is #6EC67F. Grayscale: #5B5B5B. Windows color (decimal): -7259776 or 8403345. OLE color: 8403345.

HSL color Cylindrical-coordinate representation of color #913980: hue angle of 311.59º 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 #913980 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB14557128-
CMYK00.610.120.43
HSL311.59º43.56%39.61%-
HSV(B)311.59º60.69%56.86%-
XYZ17.0410.521.55-
YUV91.41148.65166.23-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.94%
GREEN value IS 57 (22.66% from 255) = 17.27%
BLUE value IS 128 (50.39% from 255) = 38.79%
R=43.94%
G=17.27%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455712800.610.120.43311.5943.5639.61
Hex91398003DC2B1382c28
Octal2217120007514534705450
Binary100100011110011000000001111011100101011100111000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913980; }

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

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

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

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

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

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

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

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