#913685

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

Shades of Dark Purple #913685

Tints of Dark Purple #913685

Color information

#913685 (or 0x913685) is unknown color: approx Dark Purple. HEX triplet: 91, 36 and 85. RGB value is (145,54,133). Sum of RGB (Red+Green+Blue) = 145+54+133=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 145 - color contains mainly: red. Hex color #913685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913685 is #6EC97A. Grayscale: #595959. Windows color (decimal): -7260539 or 8730257. OLE color: 8730257.

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

Color convert

RGB14554133-
CMYK00.630.080.43
HSL307.91º45.73%39.02%-
HSV(B)307.91º62.76%56.86%-
XYZ17.2310.3523.28-
YUV90.22152.15167.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.67%
GREEN value IS 54 (21.48% from 255) = 16.27%
BLUE value IS 133 (52.34% from 255) = 40.06%
R=43.67%
G=16.27%
B=40.06%

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
Decimal1455413300.630.080.43307.9145.7339.02
Hex91368503F82B1342e27
Octal2216620507710534645647
Binary100100011101101000010101111111000101011100110100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913685; }

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

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

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

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

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

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

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

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