Html Css Color HEX #820C84 Purple

📋 copy color: '#820C84'

red 130 ◦ green 12 ◦ blue 132

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

Shades of Purple #820C84

Tints of Purple #820C84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 48.18%

R = 47.45%
G = 4.38%
B = 48.18%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#820C84 (or 0x820C84) is known color: Purple. HEX triplet: 82, 0C and 84. RGB value is (130,12,132). Sum of RGB (Red+Green+Blue) = 130+12+132=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 132 (51.95% from 255 or 48.18% from 274); Max value from RGB is 132 - color contains mainly: blue. Hex color #820C84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820C84 is #7DF37B. Grayscale: #3C3C3C. Windows color (decimal): -8254332 or 8653954. OLE color: 8653954.

HSL color Cylindrical-coordinate representation of color #820C84: hue angle of 299º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #820C84 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 12 132 -
CMYK 0.02 0.91 0 0.48
HSL 299º 0.83% 0.28% -
HSV(B) 299º 0.91% 0.52% -
XYZ 13.5 6.67 22.41 -
YUV 60.96 168.09 177.24 -
System Red Green Blue C M Y K H S L
Decimal 130 12 132 0.02 0.91 0 0.48 299 0.83 0.28
Hex 82 C 84 2 5B 0 30 12B 53 1C
Octal 202 14 204 2 133 0 60 453 123 34
Binary 10000010 1100 10000100 10 1011011 0 110000 100101011 1010011 11100

Color Harmonies of #820C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820C84

Black with #820C84

Text Example


Text Example

White with #820C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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