Html Css Color HEX #82086C Purple

📋 copy color: '#82086C'

red 130 ◦ green 8 ◦ blue 108

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

Shades of Purple #82086C

Tints of Purple #82086C

RGB

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

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

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

R = 52.85%
G = 3.25%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#82086C (or 0x82086C) is known color: Purple. HEX triplet: 82, 08 and 6C. RGB value is (130,8,108). Sum of RGB (Red+Green+Blue) = 130+8+108=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #82086C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82086C is #7DF793. Grayscale: #373737. Windows color (decimal): -8255380 or 7080066. OLE color: 7080066.

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

Color convert

RGB 130 8 108 -
CMYK 0 0.94 0.17 0.49
HSL 310.82º 0.88% 0.27% -
HSV(B) 310.82º 0.94% 0.51% -
XYZ 12 6 14.71 -
YUV 55.88 157.42 180.87 -
System Red Green Blue C M Y K H S L
Decimal 130 8 108 0 0.94 0.17 0.49 310.82 0.88 0.27
Hex 82 8 6C 0 5E 11 31 137 58 1B
Octal 202 10 154 0 136 21 61 467 130 33
Binary 10000010 1000 1101100 0 1011110 10001 110001 100110111 1011000 11011

Color Harmonies of #82086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82086C

Black with #82086C

Text Example


Text Example

White with #82086C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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