#913586

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

Shades of Dark Purple #913586

Tints of Dark Purple #913586

Color information

#913586 (or 0x913586) is unknown color: approx Dark Purple. HEX triplet: 91, 35 and 86. RGB value is (145,53,134). Sum of RGB (Red+Green+Blue) = 145+53+134=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 145 - color contains mainly: red. Hex color #913586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913586 is #6ECA79. Grayscale: #595959. Windows color (decimal): -7260794 or 8795537. OLE color: 8795537.

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

Color convert

RGB14553134-
CMYK00.630.080.43
HSL307.17º46.46%38.82%-
HSV(B)307.17º63.45%56.86%-
XYZ17.2510.2923.63-
YUV89.74152.98167.41-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.67%
GREEN value IS 53 (21.09% from 255) = 15.96%
BLUE value IS 134 (52.73% from 255) = 40.36%
R=43.67%
G=15.96%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455313400.630.080.43307.1746.4638.82
Hex91358603F82B1332e27
Octal2216520607710534635647
Binary100100011101011000011001111111000101011100110011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913586; }

 p { color: rgb(145,53,134); }

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

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

 a { background-color: rgb(145,53,134); }

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

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

 span { border-color: rgb(145,53,134); }

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