Html Css Color HEX #82116D Dark Purple

📋 copy color: '#82116D'

red 130 ◦ green 17 ◦ blue 109

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

Shades of Dark Purple #82116D

Tints of Dark Purple #82116D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.64%

 BLUE value IS 109 (42.97% from 255) = 42.58%

R = 50.78%
G = 6.64%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#82116D (or 0x82116D) is known color: Dark Purple. HEX triplet: 82, 11 and 6D. RGB value is (130,17,109). Sum of RGB (Red+Green+Blue) = 130+17+109=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #82116D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82116D is #7DEE92. Grayscale: #3D3D3D. Windows color (decimal): -8253075 or 7147906. OLE color: 7147906.

HSL color Cylindrical-coordinate representation of color #82116D: hue angle of 311.15º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #82116D is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 17 109 -
CMYK 0 0.87 0.16 0.49
HSL 311.15º 0.77% 0.29% -
HSV(B) 311.15º 0.87% 0.51% -
XYZ 12.17 6.25 15.03 -
YUV 61.28 154.94 177.02 -
System Red Green Blue C M Y K H S L
Decimal 130 17 109 0 0.87 0.16 0.49 311.15 0.77 0.29
Hex 82 11 6D 0 57 10 31 137 4D 1D
Octal 202 21 155 0 127 20 61 467 115 35
Binary 10000010 10001 1101101 0 1010111 10000 110001 100110111 1001101 11101

Color Harmonies of #82116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82116D

Black with #82116D

Text Example


Text Example

White with #82116D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82116D;
 }
 .AnyTagClassName
 {
   color: #82116D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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