Html Css Color HEX #82106F Dark Purple

📋 copy color: '#82106F'

red 130 ◦ green 16 ◦ blue 111

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

Shades of Dark Purple #82106F

Tints of Dark Purple #82106F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.23%

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

R = 50.58%
G = 6.23%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82106F (or 0x82106F) is known color: Dark Purple. HEX triplet: 82, 10 and 6F. RGB value is (130,16,111). Sum of RGB (Red+Green+Blue) = 130+16+111=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 111 (43.75% from 255 or 43.19% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #82106F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82106F is #7DEF90. Grayscale: #3C3C3C. Windows color (decimal): -8253329 or 7278722. OLE color: 7278722.

HSL color Cylindrical-coordinate representation of color #82106F: hue angle of 310º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #82106F is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 16 111 -
CMYK 0 0.88 0.15 0.49
HSL 310º 0.78% 0.29% -
HSV(B) 310º 0.88% 0.51% -
XYZ 12.26 6.26 15.6 -
YUV 60.92 156.27 177.28 -
System Red Green Blue C M Y K H S L
Decimal 130 16 111 0 0.88 0.15 0.49 310 0.78 0.29
Hex 82 10 6F 0 58 F 31 136 4E 1D
Octal 202 20 157 0 130 17 61 466 116 35
Binary 10000010 10000 1101111 0 1011000 1111 110001 100110110 1001110 11101

Color Harmonies of #82106F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82106F

Black with #82106F

Text Example


Text Example

White with #82106F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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