#820EDC

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

Shades of Dark Violet #820EDC

Tints of Dark Violet #820EDC

Color information

#820EDC (or 0x820EDC) is unknown color: approx Dark Violet. HEX triplet: 82, 0E and DC. RGB value is (130,14,220). Sum of RGB (Red+Green+Blue) = 130+14+220=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 14 (5.86% from 255 or 3.85% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #820EDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820EDC is #7DF123. Grayscale: #474747. Windows color (decimal): -8253732 or 14421634. OLE color: 14421634.

HSL color Cylindrical-coordinate representation of color #820EDC: hue angle of 273.79º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820EDC is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13014220-
CMYK0.410.9400.14
HSL273.79º88.03%45.88%-
HSV(B)273.79º93.64%86.27%-
XYZ22.2810.2368.51-
YUV72.17211.43169.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.71%
GREEN value IS 14 (5.86% from 255) = 3.85%
BLUE value IS 220 (86.33% from 255) = 60.44%
R=35.71%
G=3.85%
B=60.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal130142200.410.9400.14273.7988.0345.88
Hex82EDC295E0E112582e
Octal202163345113601642213056
Binary100000101110110111001010011011110011101000100101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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