Html Css Color HEX #820981 Purple

📋 copy color: '#820981'

red 130 ◦ green 9 ◦ blue 129

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

Shades of Purple #820981

Tints of Purple #820981

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.36%

 BLUE value IS 129 (50.78% from 255) = 48.13%

R = 48.51%
G = 3.36%
B = 48.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#820981 (or 0x820981) is known color: Purple. HEX triplet: 82, 09 and 81. RGB value is (130,9,129). Sum of RGB (Red+Green+Blue) = 130+9+129=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 129 (50.78% from 255 or 48.13% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #820981 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820981 is #7DF67E. Grayscale: #3A3A3A. Windows color (decimal): -8255103 or 8456578. OLE color: 8456578.

HSL color Cylindrical-coordinate representation of color #820981: hue angle of 300.5º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820981 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 9 129 -
CMYK 0 0.93 0.01 0.49
HSL 300.5º 0.87% 0.27% -
HSV(B) 300.5º 0.93% 0.51% -
XYZ 13.27 6.53 21.33 -
YUV 58.86 167.59 178.74 -
System Red Green Blue C M Y K H S L
Decimal 130 9 129 0 0.93 0.01 0.49 300.5 0.87 0.27
Hex 82 9 81 0 5D 1 31 12C 57 1B
Octal 202 11 201 0 135 1 61 454 127 33
Binary 10000010 1001 10000001 0 1011101 1 110001 100101100 1010111 11011

Color Harmonies of #820981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820981

Black with #820981

Text Example


Text Example

White with #820981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820981; }

 p { color: rgb(130,9,129); }

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

background-color css

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

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

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

border-color css

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

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

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