#913E82

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

Shades of Dark Purple #913E82

Tints of Dark Purple #913E82

Color information

#913E82 (or 0x913E82) is unknown color: approx Dark Purple. HEX triplet: 91, 3E and 82. RGB value is (145,62,130). Sum of RGB (Red+Green+Blue) = 145+62+130=337 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.03% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 145 - color contains mainly: red. Hex color #913E82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913E82 is #6EC17D. Grayscale: #5E5E5E. Windows color (decimal): -7258494 or 8535697. OLE color: 8535697.

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

Color convert

RGB14562130-
CMYK00.570.100.43
HSL310.84º40.1%40.59%-
HSV(B)310.84º57.24%56.86%-
XYZ17.4311.0822.34-
YUV94.57148163.97-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.03%
GREEN value IS 62 (24.61% from 255) = 18.40%
BLUE value IS 130 (51.17% from 255) = 38.58%
R=43.03%
G=18.40%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1456213000.570.100.43310.8440.140.59
Hex913E82039A2B1372829
Octal2217620207112534675051
Binary100100011111101000001001110011010101011100110111101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,62,130); }

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

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

 a { background-color: rgb(145,62,130); }

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

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

 span { border-color: rgb(145,62,130); }

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