#820DEC

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

Shades of Blue Violet #820DEC

Tints of Blue Violet #820DEC

Color information

#820DEC (or 0x820DEC) is unknown color: approx Blue Violet. HEX triplet: 82, 0D and EC. RGB value is (130,13,236). Sum of RGB (Red+Green+Blue) = 130+13+236=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 13 (5.47% from 255 or 3.43% from 379); Blue value is 236 (92.58% from 255 or 62.27% from 379); Max value from RGB is 236 - color contains mainly: blue. Hex color #820DEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820DEC is #7DF213. Grayscale: #484848. Windows color (decimal): -8253972 or 15469954. OLE color: 15469954.

HSL color Cylindrical-coordinate representation of color #820DEC: hue angle of 271.48º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820DEC is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13013236-
CMYK0.450.9400.07
HSL271.48º89.56%48.82%-
HSV(B)271.48º94.49%92.55%-
XYZ24.4911.0980.21-
YUV73.4219.76168.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.30%
GREEN value IS 13 (5.47% from 255) = 3.43%
BLUE value IS 236 (92.58% from 255) = 62.27%
R=34.30%
G=3.43%
B=62.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal130132360.450.9400.07271.4889.5648.82
Hex82DEC2D5E0710f5a31
Octal20215354551360741713261
Binary10000010110111101100101101101111001111000011111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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