#820ED1

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

Shades of Dark Violet #820ED1

Tints of Dark Violet #820ED1

Color information

#820ED1 (or 0x820ED1) is unknown color: approx Dark Violet. HEX triplet: 82, 0E and D1. RGB value is (130,14,209). Sum of RGB (Red+Green+Blue) = 130+14+209=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 14 (5.86% from 255 or 3.97% from 353); Blue value is 209 (82.03% from 255 or 59.21% from 353); Max value from RGB is 209 - color contains mainly: blue. Hex color #820ED1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820ED1 is #7DF12E. Grayscale: #464646. Windows color (decimal): -8253743 or 13700738. OLE color: 13700738.

HSL color Cylindrical-coordinate representation of color #820ED1: hue angle of 275.69º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820ED1 is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13014209-
CMYK0.380.9300.18
HSL275.69º87.44%43.73%-
HSV(B)275.69º93.3%81.96%-
XYZ20.879.6661.09-
YUV70.91205.93170.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.83%
GREEN value IS 14 (5.86% from 255) = 3.97%
BLUE value IS 209 (82.03% from 255) = 59.21%
R=36.83%
G=3.97%
B=59.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal130142090.380.9300.18275.6987.4443.73
Hex82ED1265D012114572c
Octal202163214613502242412754
Binary1000001011101101000110011010111010100101000101001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,14,209); }

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

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

 a { background-color: rgb(130,14,209); }

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

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

 span { border-color: rgb(130,14,209); }

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