#82396D

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

Shades of Dark Purple #82396D

Tints of Dark Purple #82396D

Color information

#82396D (or 0x82396D) is unknown color: approx Dark Purple. HEX triplet: 82, 39 and 6D. RGB value is (130,57,109). Sum of RGB (Red+Green+Blue) = 130+57+109=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #82396D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82396D is #7DC692. Grayscale: #545454. Windows color (decimal): -8242835 or 7158146. OLE color: 7158146.

HSL color Cylindrical-coordinate representation of color #82396D: hue angle of 317.26º 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 #82396D is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB13057109-
CMYK00.560.160.49
HSL317.26º39.04%36.67%-
HSV(B)317.26º56.15%50.98%-
XYZ13.438.7815.45-
YUV84.76141.68160.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.92%
GREEN value IS 57 (22.66% from 255) = 19.26%
BLUE value IS 109 (42.97% from 255) = 36.82%
R=43.92%
G=19.26%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1305710900.560.160.49317.2639.0436.67
Hex82396D038103113d2725
Octal2027115507020614754745
Binary100000101110011101101011100010000110001100111101100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82396D; }

 p { color: rgb(130,57,109); }

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

<style>
 a { background-color: #82396D; }

 a { background-color: rgb(130,57,109); }

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

<style>
 span { border-color: #82396D; }

 span { border-color: rgb(130,57,109); }

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