#913486

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

Shades of Dark Purple #913486

Tints of Dark Purple #913486

Color information

#913486 (or 0x913486) is unknown color: approx Dark Purple. HEX triplet: 91, 34 and 86. RGB value is (145,52,134). Sum of RGB (Red+Green+Blue) = 145+52+134=331 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.81% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 145 - color contains mainly: red. Hex color #913486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913486 is #6ECB79. Grayscale: #585858. Windows color (decimal): -7261050 or 8795281. OLE color: 8795281.

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

Color convert

RGB14552134-
CMYK00.640.080.43
HSL307.1º47.21%38.63%-
HSV(B)307.1º64.14%56.86%-
XYZ17.2110.223.62-
YUV89.15153.31167.83-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.81%
GREEN value IS 52 (20.70% from 255) = 15.71%
BLUE value IS 134 (52.73% from 255) = 40.48%
R=43.81%
G=15.71%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455213400.640.080.43307.147.2138.63
Hex91348604082B1332f27
Octal22164206010010534635747
Binary1001000111010010000110010000001000101011100110011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913486; }

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

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

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

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

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

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

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

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