#83396F

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

Shades of Dark Purple #83396F

Tints of Dark Purple #83396F

Color information

#83396F (or 0x83396F) is unknown color: approx Dark Purple. HEX triplet: 83, 39 and 6F. RGB value is (131,57,111). Sum of RGB (Red+Green+Blue) = 131+57+111=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 131 - color contains mainly: red. Hex color #83396F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83396F is #7CC690. Grayscale: #555555. Windows color (decimal): -8177297 or 7289219. OLE color: 7289219.

HSL color Cylindrical-coordinate representation of color #83396F: hue angle of 316.22º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #83396F is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB13157111-
CMYK00.560.150.49
HSL316.22º39.36%36.86%-
HSV(B)316.22º56.49%51.37%-
XYZ13.698.916.03-
YUV85.28142.52160.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.81%
GREEN value IS 57 (22.66% from 255) = 19.06%
BLUE value IS 111 (43.75% from 255) = 37.12%
R=43.81%
G=19.06%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1315711100.560.150.49316.2239.3636.86
Hex83396F038F3113c2725
Octal2037115707017614744745
Binary10000011111001110111101110001111110001100111100100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83396F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83396F; }

 p { color: rgb(131,57,111); }

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

<style>
 a { background-color: #83396F; }

 a { background-color: rgb(131,57,111); }

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

<style>
 span { border-color: #83396F; }

 span { border-color: rgb(131,57,111); }

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