Html Css Color HEX #820883 Purple

📋 copy color: '#820883'

red 130 ◦ green 8 ◦ blue 131

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

Shades of Purple #820883

Tints of Purple #820883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 48.7%

R = 48.33%
G = 2.97%
B = 48.7%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#820883 (or 0x820883) is known color: Purple. HEX triplet: 82, 08 and 83. RGB value is (130,8,131). Sum of RGB (Red+Green+Blue) = 130+8+131=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 131 - color contains mainly: blue. Hex color #820883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820883 is #7DF77C. Grayscale: #3A3A3A. Windows color (decimal): -8255357 or 8587394. OLE color: 8587394.

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

Color convert

RGB 130 8 131 -
CMYK 0.01 0.94 0 0.49
HSL 299.51º 0.88% 0.27% -
HSV(B) 299.51º 0.94% 0.51% -
XYZ 13.39 6.56 22.03 -
YUV 58.5 168.92 179 -
System Red Green Blue C M Y K H S L
Decimal 130 8 131 0.01 0.94 0 0.49 299.51 0.88 0.27
Hex 82 8 83 1 5E 0 31 12C 58 1B
Octal 202 10 203 1 136 0 61 454 130 33
Binary 10000010 1000 10000011 1 1011110 0 110001 100101100 1011000 11011

Color Harmonies of #820883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820883

Black with #820883

Text Example


Text Example

White with #820883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820883; }

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

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

background-color css

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

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

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

border-color css

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

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

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