#913687

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

Shades of Dark Purple #913687

Tints of Dark Purple #913687

Color information

#913687 (or 0x913687) is unknown color: approx Dark Purple. HEX triplet: 91, 36 and 87. RGB value is (145,54,135). Sum of RGB (Red+Green+Blue) = 145+54+135=334 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.41% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 145 - color contains mainly: red. Hex color #913687 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913687 is #6EC978. Grayscale: #5A5A5A. Windows color (decimal): -7260537 or 8861329. OLE color: 8861329.

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

Color convert

RGB14554135-
CMYK00.630.070.43
HSL306.59º45.73%39.02%-
HSV(B)306.59º62.76%56.86%-
XYZ17.3710.4124.02-
YUV90.44153.15166.91-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.41%
GREEN value IS 54 (21.48% from 255) = 16.17%
BLUE value IS 135 (53.12% from 255) = 40.42%
R=43.41%
G=16.17%
B=40.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455413500.630.070.43306.5945.7339.02
Hex91368703F72B1332e27
Octal221662070777534635647
Binary10010001110110100001110111111111101011100110011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913687; }

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

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

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

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

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

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

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

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