#913787

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

Shades of Dark Purple #913787

Tints of Dark Purple #913787

Color information

#913787 (or 0x913787) is unknown color: approx Dark Purple. HEX triplet: 91, 37 and 87. RGB value is (145,55,135). Sum of RGB (Red+Green+Blue) = 145+55+135=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 145 - color contains mainly: red. Hex color #913787 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913787 is #6EC878. Grayscale: #5A5A5A. Windows color (decimal): -7260281 or 8861585. OLE color: 8861585.

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

Color convert

RGB14555135-
CMYK00.620.070.43
HSL306.67º45%39.22%-
HSV(B)306.67º62.07%56.86%-
XYZ17.4210.524.03-
YUV91.03152.82166.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.28%
GREEN value IS 55 (21.88% from 255) = 16.42%
BLUE value IS 135 (53.12% from 255) = 40.30%
R=43.28%
G=16.42%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455513500.620.070.43306.674539.22
Hex91378703E72B1332d27
Octal221672070767534635547
Binary10010001110111100001110111110111101011100110011101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913787; }

 p { color: rgb(145,55,135); }

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

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

 a { background-color: rgb(145,55,135); }

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

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

 span { border-color: rgb(145,55,135); }

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