#913B81

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

Shades of Dark Purple #913B81

Tints of Dark Purple #913B81

Color information

#913B81 (or 0x913B81) is unknown color: approx Dark Purple. HEX triplet: 91, 3B and 81. RGB value is (145,59,129). Sum of RGB (Red+Green+Blue) = 145+59+129=333 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.54% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 145 - color contains mainly: red. Hex color #913B81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913B81 is #6EC47E. Grayscale: #5C5C5C. Windows color (decimal): -7259263 or 8469393. OLE color: 8469393.

HSL color Cylindrical-coordinate representation of color #913B81: hue angle of 311.16º 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 #913B81 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB14559129-
CMYK00.590.110.43
HSL311.16º42.16%40%-
HSV(B)311.16º59.31%56.86%-
XYZ17.210.7321.93-
YUV92.69148.49165.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.54%
GREEN value IS 59 (23.44% from 255) = 17.72%
BLUE value IS 129 (50.78% from 255) = 38.74%
R=43.54%
G=17.72%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455912900.590.110.43311.1642.1640
Hex913B8103BB2B1372a28
Octal2217320107313534675250
Binary100100011110111000000101110111011101011100110111101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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