#913D85

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

Shades of Dark Purple #913D85

Tints of Dark Purple #913D85

Color information

#913D85 (or 0x913D85) is unknown color: approx Dark Purple. HEX triplet: 91, 3D and 85. RGB value is (145,61,133). Sum of RGB (Red+Green+Blue) = 145+61+133=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 145 - color contains mainly: red. Hex color #913D85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913D85 is #6EC27A. Grayscale: #5E5E5E. Windows color (decimal): -7258747 or 8732049. OLE color: 8732049.

HSL color Cylindrical-coordinate representation of color #913D85: hue angle of 308.57º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #913D85 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB14561133-
CMYK00.580.080.43
HSL308.57º40.78%40.39%-
HSV(B)308.57º57.93%56.86%-
XYZ17.5811.0523.4-
YUV94.32149.83164.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.77%
GREEN value IS 61 (24.22% from 255) = 17.99%
BLUE value IS 133 (52.34% from 255) = 39.23%
R=42.77%
G=17.99%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1456113300.580.080.43308.5740.7840.39
Hex913D8503A82B1352928
Octal2217520507210534655150
Binary100100011111011000010101110101000101011100110101101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913D85; }

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

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

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

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

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

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

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

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