Html Css Color HEX #82116F Dark Purple

📋 copy color: '#82116F'

red 130 ◦ green 17 ◦ blue 111

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

Shades of Dark Purple #82116F

Tints of Dark Purple #82116F

RGB

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

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

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

R = 50.39%
G = 6.59%
B = 43.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82116F (or 0x82116F) is known color: Dark Purple. HEX triplet: 82, 11 and 6F. RGB value is (130,17,111). Sum of RGB (Red+Green+Blue) = 130+17+111=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 111 (43.75% from 255 or 43.02% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #82116F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82116F is #7DEE90. Grayscale: #3D3D3D. Windows color (decimal): -8253073 or 7278978. OLE color: 7278978.

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

Color convert

RGB 130 17 111 -
CMYK 0 0.87 0.15 0.49
HSL 310.09º 0.77% 0.29% -
HSV(B) 310.09º 0.87% 0.51% -
XYZ 12.28 6.29 15.61 -
YUV 61.5 155.94 176.86 -
System Red Green Blue C M Y K H S L
Decimal 130 17 111 0 0.87 0.15 0.49 310.09 0.77 0.29
Hex 82 11 6F 0 57 F 31 136 4D 1D
Octal 202 21 157 0 127 17 61 466 115 35
Binary 10000010 10001 1101111 0 1010111 1111 110001 100110110 1001101 11101

Color Harmonies of #82116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82116F

Black with #82116F

Text Example


Text Example

White with #82116F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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