#913F83

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

Shades of Dark Purple #913F83

Tints of Dark Purple #913F83

Color information

#913F83 (or 0x913F83) is unknown color: approx Dark Purple. HEX triplet: 91, 3F and 83. RGB value is (145,63,131). Sum of RGB (Red+Green+Blue) = 145+63+131=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 145 - color contains mainly: red. Hex color #913F83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913F83 is #6EC07C. Grayscale: #5F5F5F. Windows color (decimal): -7258237 or 8601489. OLE color: 8601489.

HSL color Cylindrical-coordinate representation of color #913F83: hue angle of 310.24º degrees, saturation: 0.39, 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 #913F83 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB14563131-
CMYK00.570.100.43
HSL310.24º39.42%40.78%-
HSV(B)310.24º56.55%56.86%-
XYZ17.5511.2122.71-
YUV95.27148.17163.47-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.77%
GREEN value IS 63 (25% from 255) = 18.58%
BLUE value IS 131 (51.56% from 255) = 38.64%
R=42.77%
G=18.58%
B=38.64%

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
Decimal1456313100.570.100.43310.2439.4240.78
Hex913F83039A2B1362729
Octal2217720307112534664751
Binary100100011111111000001101110011010101011100110110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,63,131); }

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

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

 a { background-color: rgb(145,63,131); }

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

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

 span { border-color: rgb(145,63,131); }

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