Html Css Color HEX #82396F Dark Purple

📋 copy color: '#82396F'

red 130 ◦ green 57 ◦ blue 111

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

Shades of Dark Purple #82396F

Tints of Dark Purple #82396F

RGB

 RED value IS 130 (51.17% from 255) = 43.62%

 GREEN value IS 57 (22.66% from 255) = 19.13%

 BLUE value IS 111 (43.75% from 255) = 37.25%

R = 43.62%
G = 19.13%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82396F (or 0x82396F) is known color: Dark Purple. HEX triplet: 82, 39 and 6F. RGB value is (130,57,111). Sum of RGB (Red+Green+Blue) = 130+57+111=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #82396F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82396F is #7DC690. Grayscale: #545454. Windows color (decimal): -8242833 or 7289218. OLE color: 7289218.

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

Color convert

RGB 130 57 111 -
CMYK 0 0.56 0.15 0.49
HSL 315.62º 0.39% 0.37% -
HSV(B) 315.62º 0.56% 0.51% -
XYZ 13.54 8.82 16.03 -
YUV 84.98 142.68 160.11 -
System Red Green Blue C M Y K H S L
Decimal 130 57 111 0 0.56 0.15 0.49 315.62 0.39 0.37
Hex 82 39 6F 0 38 F 31 13C 27 25
Octal 202 71 157 0 70 17 61 474 47 45
Binary 10000010 111001 1101111 0 111000 1111 110001 100111100 100111 100101

Color Harmonies of #82396F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82396F

Black with #82396F

Text Example


Text Example

White with #82396F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82396F;
 }
 .AnyTagClassName
 {
   color: #82396F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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