#820DDE

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

Shades of Dark Violet #820DDE

Tints of Dark Violet #820DDE

Color information

#820DDE (or 0x820DDE) is unknown color: approx Dark Violet. HEX triplet: 82, 0D and DE. RGB value is (130,13,222). Sum of RGB (Red+Green+Blue) = 130+13+222=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 222 (87.11% from 255 or 60.82% from 365); Max value from RGB is 222 - color contains mainly: blue. Hex color #820DDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820DDE is #7DF221. Grayscale: #474747. Windows color (decimal): -8253986 or 14552450. OLE color: 14552450.

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

Color convert

RGB13013222-
CMYK0.410.9400.13
HSL273.59º88.94%46.08%-
HSV(B)273.59º94.14%87.06%-
XYZ22.5310.3169.91-
YUV71.81212.76169.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.62%
GREEN value IS 13 (5.47% from 255) = 3.56%
BLUE value IS 222 (87.11% from 255) = 60.82%
R=35.62%
G=3.56%
B=60.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal130132220.410.9400.13273.5988.9446.08
Hex82DDE295E0D112592e
Octal202153365113601542213156
Binary100000101101110111101010011011110011011000100101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,13,222); }

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

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

 a { background-color: rgb(130,13,222); }

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

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

 span { border-color: rgb(130,13,222); }

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