Html Css Color HEX #82116C Dark Purple

📋 copy color: '#82116C'

red 130 ◦ green 17 ◦ blue 108

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

Shades of Dark Purple #82116C

Tints of Dark Purple #82116C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.35%

R = 50.98%
G = 6.67%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#82116C (or 0x82116C) is known color: Dark Purple. HEX triplet: 82, 11 and 6C. RGB value is (130,17,108). Sum of RGB (Red+Green+Blue) = 130+17+108=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #82116C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82116C is #7DEE93. Grayscale: #3C3C3C. Windows color (decimal): -8253076 or 7082370. OLE color: 7082370.

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

Color convert

RGB 130 17 108 -
CMYK 0 0.87 0.17 0.49
HSL 311.68º 0.77% 0.29% -
HSV(B) 311.68º 0.87% 0.51% -
XYZ 12.11 6.23 14.75 -
YUV 61.16 154.44 177.1 -
System Red Green Blue C M Y K H S L
Decimal 130 17 108 0 0.87 0.17 0.49 311.68 0.77 0.29
Hex 82 11 6C 0 57 11 31 138 4D 1D
Octal 202 21 154 0 127 21 61 470 115 35
Binary 10000010 10001 1101100 0 1010111 10001 110001 100111000 1001101 11101

Color Harmonies of #82116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82116C

Black with #82116C

Text Example


Text Example

White with #82116C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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