Html Css Color HEX #82086D Purple

📋 copy color: '#82086D'

red 130 ◦ green 8 ◦ blue 109

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

Shades of Purple #82086D

Tints of Purple #82086D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.24%

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

R = 52.63%
G = 3.24%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#82086D (or 0x82086D) is known color: Purple. HEX triplet: 82, 08 and 6D. RGB value is (130,8,109). Sum of RGB (Red+Green+Blue) = 130+8+109=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #82086D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82086D is #7DF792. Grayscale: #373737. Windows color (decimal): -8255379 or 7145602. OLE color: 7145602.

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

Color convert

RGB 130 8 109 -
CMYK 0 0.94 0.16 0.49
HSL 310.33º 0.88% 0.27% -
HSV(B) 310.33º 0.94% 0.51% -
XYZ 12.05 6.02 15 -
YUV 55.99 157.92 180.79 -
System Red Green Blue C M Y K H S L
Decimal 130 8 109 0 0.94 0.16 0.49 310.33 0.88 0.27
Hex 82 8 6D 0 5E 10 31 136 58 1B
Octal 202 10 155 0 136 20 61 466 130 33
Binary 10000010 1000 1101101 0 1011110 10000 110001 100110110 1011000 11011

Color Harmonies of #82086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82086D

Black with #82086D

Text Example


Text Example

White with #82086D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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