#820AC1

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

Shades of Dark Violet #820AC1

Tints of Dark Violet #820AC1

Color information

#820AC1 (or 0x820AC1) is unknown color: approx Dark Violet. HEX triplet: 82, 0A and C1. RGB value is (130,10,193). Sum of RGB (Red+Green+Blue) = 130+10+193=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 193 (75.78% from 255 or 57.96% from 333); Max value from RGB is 193 - color contains mainly: blue. Hex color #820AC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820AC1 is #7DF53E. Grayscale: #424242. Windows color (decimal): -8254783 or 12651138. OLE color: 12651138.

HSL color Cylindrical-coordinate representation of color #820AC1: hue angle of 279.34º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820AC1 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13010193-
CMYK0.330.9500.24
HSL279.34º90.15%39.8%-
HSV(B)279.34º94.82%75.69%-
XYZ18.948.8151.15-
YUV66.74199.26173.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.04%
GREEN value IS 10 (4.30% from 255) = 3.00%
BLUE value IS 193 (75.78% from 255) = 57.96%
R=39.04%
G=3.00%
B=57.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal130101930.330.9500.24279.3490.1539.8
Hex82AC1215F0181175a28
Octal202123014113703042713250
Binary1000001010101100000110000110111110110001000101111011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,10,193); }

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

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

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

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

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

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

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