Html Css Color HEX #82396D Dark Purple

📋 copy color: '#82396D'

red 130 ◦ green 57 ◦ blue 109

#82396D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #82396D

Tints of Dark Purple #82396D

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 value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#82396D (or 0x82396D) is known color: 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

RGB 130 57 109 -
CMYK 0 0.56 0.16 0.49
HSL 317.26º 0.39% 0.37% -
HSV(B) 317.26º 0.56% 0.51% -
XYZ 13.43 8.78 15.45 -
YUV 84.76 141.68 160.27 -
System Red Green Blue C M Y K H S L
Decimal 130 57 109 0 0.56 0.16 0.49 317.26 0.39 0.37
Hex 82 39 6D 0 38 10 31 13D 27 25
Octal 202 71 155 0 70 20 61 475 47 45
Binary 10000010 111001 1101101 0 111000 10000 110001 100111101 100111 100101

Color Harmonies of #82396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82396D

Black with #82396D

Text Example


Text Example

White with #82396D

Text Example


Text Example

HTML Codes & Css Web 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>