Html Css Color HEX #820882 Purple

📋 copy color: '#820882'

red 130 ◦ green 8 ◦ blue 130

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

Shades of Purple #820882

Tints of Purple #820882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 48.51%

R = 48.51%
G = 2.99%
B = 48.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#820882 (or 0x820882) is known color: Purple. HEX triplet: 82, 08 and 82. RGB value is (130,8,130). Sum of RGB (Red+Green+Blue) = 130+8+130=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #820882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820882 is #7DF77D. Grayscale: #3A3A3A. Windows color (decimal): -8255358 or 8521858. OLE color: 8521858.

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

Color convert

RGB 130 8 130 -
CMYK 0 0.94 0 0.49
HSL 300º 0.88% 0.27% -
HSV(B) 300º 0.94% 0.51% -
XYZ 13.32 6.53 21.68 -
YUV 58.39 168.42 179.08 -
System Red Green Blue C M Y K H S L
Decimal 130 8 130 0 0.94 0 0.49 300 0.88 0.27
Hex 82 8 82 0 5E 0 31 12C 58 1B
Octal 202 10 202 0 136 0 61 454 130 33
Binary 10000010 1000 10000010 0 1011110 0 110001 100101100 1011000 11011

Color Harmonies of #820882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820882

Black with #820882

Text Example


Text Example

White with #820882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820882; }

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

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

background-color css

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

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

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

border-color css

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

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

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