#820F76

Color #820F76 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #820F76

Tints of Dark Purple #820F76

Color information

#820F76 (or 0x820F76) is unknown color: approx Dark Purple. HEX triplet: 82, 0F and 76. RGB value is (130,15,118). Sum of RGB (Red+Green+Blue) = 130+15+118=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #820F76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820F76 is #7DF089. Grayscale: #3C3C3C. Windows color (decimal): -8253578 or 7737218. OLE color: 7737218.

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

Color convert

RGB13015118-
CMYK00.880.090.49
HSL306.26º79.31%28.43%-
HSV(B)306.26º88.46%50.98%-
XYZ12.656.417.71-
YUV61.13160.1177.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.43%
GREEN value IS 15 (6.25% from 255) = 5.70%
BLUE value IS 118 (46.48% from 255) = 44.87%
R=49.43%
G=5.70%
B=44.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301511800.880.090.49306.2679.3128.43
Hex82F760589311324f1c
Octal202171660130116146211734
Binary1000001011111110110010110001001110001100110010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,15,118); }

 H1.HeaderClassName
 {
   color: #820F76;
 }
 .AnyTagClassName
 {
   color: #820F76;
 }
</style>
background-color css

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

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

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

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

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

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