Html Css Color HEX #820C86 Purple

📋 copy color: '#820C86'

red 130 ◦ green 12 ◦ blue 134

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

Shades of Purple #820C86

Tints of Purple #820C86

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.35%

 BLUE value IS 134 (52.73% from 255) = 48.55%

R = 47.1%
G = 4.35%
B = 48.55%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#820C86 (or 0x820C86) is known color: Purple. HEX triplet: 82, 0C and 86. RGB value is (130,12,134). Sum of RGB (Red+Green+Blue) = 130+12+134=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 134 (52.73% from 255 or 48.55% from 276); Max value from RGB is 134 - color contains mainly: blue. Hex color #820C86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820C86 is #7DF379. Grayscale: #3C3C3C. Windows color (decimal): -8254330 or 8785026. OLE color: 8785026.

HSL color Cylindrical-coordinate representation of color #820C86: hue angle of 298.03º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #820C86 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 12 134 -
CMYK 0.03 0.91 0 0.47
HSL 298.03º 0.84% 0.29% -
HSV(B) 298.03º 0.91% 0.53% -
XYZ 13.64 6.73 23.13 -
YUV 61.19 169.09 177.08 -
System Red Green Blue C M Y K H S L
Decimal 130 12 134 0.03 0.91 0 0.47 298.03 0.84 0.29
Hex 82 C 86 3 5B 0 2F 12A 54 1D
Octal 202 14 206 3 133 0 57 452 124 35
Binary 10000010 1100 10000110 11 1011011 0 101111 100101010 1010100 11101

Color Harmonies of #820C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820C86

Black with #820C86

Text Example


Text Example

White with #820C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820C86; }

 p { color: rgb(130,12,134); }

 H1.HeaderClassName
 {
   color: #820C86;
 }
 .AnyTagClassName
 {
   color: #820C86;
 }
</style>

background-color css

<style>
 a { background-color: #820C86; }

 a { background-color: rgb(130,12,134); }

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

border-color css

<style>
 span { border-color: #820C86; }

 span { border-color: rgb(130,12,134); }

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