#820DBE

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

Shades of Dark Violet #820DBE

Tints of Dark Violet #820DBE

Color information

#820DBE (or 0x820DBE) is unknown color: approx Dark Violet. HEX triplet: 82, 0D and BE. RGB value is (130,13,190). Sum of RGB (Red+Green+Blue) = 130+13+190=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #820DBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820DBE is #7DF241. Grayscale: #434343. Windows color (decimal): -8254018 or 12455298. OLE color: 12455298.

HSL color Cylindrical-coordinate representation of color #820DBE: hue angle of 279.66º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820DBE is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13013190-
CMYK0.320.9300.25
HSL279.66º87.19%39.8%-
HSV(B)279.66º93.16%74.51%-
XYZ18.648.7549.42-
YUV68.16196.76172.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.04%
GREEN value IS 13 (5.47% from 255) = 3.90%
BLUE value IS 190 (74.61% from 255) = 57.06%
R=39.04%
G=3.90%
B=57.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130131900.320.9300.25279.6687.1939.8
Hex82DBE205D0191185728
Octal202152764013503143012750
Binary1000001011011011111010000010111010110011000110001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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