#913880

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

Shades of Dark Purple #913880

Tints of Dark Purple #913880

Color information

#913880 (or 0x913880) is unknown color: approx Dark Purple. HEX triplet: 91, 38 and 80. RGB value is (145,56,128). Sum of RGB (Red+Green+Blue) = 145+56+128=329 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.07% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 145 - color contains mainly: red. Hex color #913880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913880 is #6EC77F. Grayscale: #5A5A5A. Windows color (decimal): -7260032 or 8403089. OLE color: 8403089.

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

Color convert

RGB14556128-
CMYK00.610.120.43
HSL311.46º44.28%39.41%-
HSV(B)311.46º61.38%56.86%-
XYZ16.9910.4121.54-
YUV90.82148.99166.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.07%
GREEN value IS 56 (22.27% from 255) = 17.02%
BLUE value IS 128 (50.39% from 255) = 38.91%
R=44.07%
G=17.02%
B=38.91%

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
Decimal1455612800.610.120.43311.4644.2839.41
Hex91388003DC2B1372c27
Octal2217020007514534675447
Binary100100011110001000000001111011100101011100110111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913880; }

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

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

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

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

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

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

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

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