#913B85

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

Shades of Dark Purple #913B85

Tints of Dark Purple #913B85

Color information

#913B85 (or 0x913B85) is unknown color: approx Dark Purple. HEX triplet: 91, 3B and 85. RGB value is (145,59,133). Sum of RGB (Red+Green+Blue) = 145+59+133=337 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.03% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 145 - color contains mainly: red. Hex color #913B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913B85 is #6EC47A. Grayscale: #5C5C5C. Windows color (decimal): -7259259 or 8731537. OLE color: 8731537.

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

Color convert

RGB14559133-
CMYK00.590.080.43
HSL308.37º42.16%40%-
HSV(B)308.37º59.31%56.86%-
XYZ17.4710.8423.36-
YUV93.15150.49164.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.03%
GREEN value IS 59 (23.44% from 255) = 17.51%
BLUE value IS 133 (52.34% from 255) = 39.47%
R=43.03%
G=17.51%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455913300.590.080.43308.3742.1640
Hex913B8503B82B1342a28
Octal2217320507310534645250
Binary100100011110111000010101110111000101011100110100101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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