Html Css Color HEX #820B80 Purple

📋 copy color: '#820B80'

red 130 ◦ green 11 ◦ blue 128

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

Shades of Purple #820B80

Tints of Purple #820B80

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.09%

 BLUE value IS 128 (50.39% from 255) = 47.58%

R = 48.33%
G = 4.09%
B = 47.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#820B80 (or 0x820B80) is known color: Purple. HEX triplet: 82, 0B and 80. RGB value is (130,11,128). Sum of RGB (Red+Green+Blue) = 130+11+128=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #820B80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820B80 is #7DF47F. Grayscale: #3B3B3B. Windows color (decimal): -8254592 or 8391554. OLE color: 8391554.

HSL color Cylindrical-coordinate representation of color #820B80: hue angle of 301.01º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820B80 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 11 128 -
CMYK 0 0.92 0.02 0.49
HSL 301.01º 0.84% 0.28% -
HSV(B) 301.01º 0.92% 0.51% -
XYZ 13.22 6.54 20.99 -
YUV 59.92 166.42 177.99 -
System Red Green Blue C M Y K H S L
Decimal 130 11 128 0 0.92 0.02 0.49 301.01 0.84 0.28
Hex 82 B 80 0 5C 2 31 12D 54 1C
Octal 202 13 200 0 134 2 61 455 124 34
Binary 10000010 1011 10000000 0 1011100 10 110001 100101101 1010100 11100

Color Harmonies of #820B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820B80

Black with #820B80

Text Example


Text Example

White with #820B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,11,128); }

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

background-color css

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

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

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

border-color css

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

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

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