#913D81

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

Shades of Dark Purple #913D81

Tints of Dark Purple #913D81

Color information

#913D81 (or 0x913D81) is unknown color: approx Dark Purple. HEX triplet: 91, 3D and 81. RGB value is (145,61,129). Sum of RGB (Red+Green+Blue) = 145+61+129=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 145 - color contains mainly: red. Hex color #913D81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913D81 is #6EC27E. Grayscale: #5D5D5D. Windows color (decimal): -7258751 or 8469905. OLE color: 8469905.

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

Color convert

RGB14561129-
CMYK00.580.110.43
HSL311.43º40.78%40.39%-
HSV(B)311.43º57.93%56.86%-
XYZ17.3110.9421.97-
YUV93.87147.83164.47-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.28%
GREEN value IS 61 (24.22% from 255) = 18.21%
BLUE value IS 129 (50.78% from 255) = 38.51%
R=43.28%
G=18.21%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1456112900.580.110.43311.4340.7840.39
Hex913D8103AB2B1372928
Octal2217520107213534675150
Binary100100011111011000000101110101011101011100110111101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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