Html Css Color HEX #82086E Purple

📋 copy color: '#82086E'

red 130 ◦ green 8 ◦ blue 110

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

Shades of Purple #82086E

Tints of Purple #82086E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 44.35%

R = 52.42%
G = 3.23%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82086E (or 0x82086E) is known color: Purple. HEX triplet: 82, 08 and 6E. RGB value is (130,8,110). Sum of RGB (Red+Green+Blue) = 130+8+110=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #82086E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82086E is #7DF791. Grayscale: #373737. Windows color (decimal): -8255378 or 7211138. OLE color: 7211138.

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

Color convert

RGB 130 8 110 -
CMYK 0 0.94 0.15 0.49
HSL 309.84º 0.88% 0.27% -
HSV(B) 309.84º 0.94% 0.51% -
XYZ 12.11 6.05 15.28 -
YUV 56.11 158.42 180.71 -
System Red Green Blue C M Y K H S L
Decimal 130 8 110 0 0.94 0.15 0.49 309.84 0.88 0.27
Hex 82 8 6E 0 5E F 31 136 58 1B
Octal 202 10 156 0 136 17 61 466 130 33
Binary 10000010 1000 1101110 0 1011110 1111 110001 100110110 1011000 11011

Color Harmonies of #82086E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82086E

Black with #82086E

Text Example


Text Example

White with #82086E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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