#913785

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

Shades of Dark Purple #913785

Tints of Dark Purple #913785

Color information

#913785 (or 0x913785) is unknown color: approx Dark Purple. HEX triplet: 91, 37 and 85. RGB value is (145,55,133). Sum of RGB (Red+Green+Blue) = 145+55+133=333 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.54% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 145 - color contains mainly: red. Hex color #913785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913785 is #6EC87A. Grayscale: #5A5A5A. Windows color (decimal): -7260283 or 8730513. OLE color: 8730513.

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

Color convert

RGB14555133-
CMYK00.620.080.43
HSL308º45%39.22%-
HSV(B)308º62.07%56.86%-
XYZ17.2810.4523.3-
YUV90.8151.82166.66-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.54%
GREEN value IS 55 (21.88% from 255) = 16.52%
BLUE value IS 133 (52.34% from 255) = 39.94%
R=43.54%
G=16.52%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455513300.620.080.433084539.22
Hex91378503E82B1342d27
Octal2216720507610534645547
Binary100100011101111000010101111101000101011100110100101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913785; }

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

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

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

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

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

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

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

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