#820EBE

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

Shades of Dark Violet #820EBE

Tints of Dark Violet #820EBE

Color information

#820EBE (or 0x820EBE) is unknown color: approx Dark Violet. HEX triplet: 82, 0E and BE. RGB value is (130,14,190). Sum of RGB (Red+Green+Blue) = 130+14+190=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 14 (5.86% from 255 or 4.19% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #820EBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820EBE is #7DF141. Grayscale: #444444. Windows color (decimal): -8253762 or 12455554. OLE color: 12455554.

HSL color Cylindrical-coordinate representation of color #820EBE: hue angle of 279.55º degrees, saturation: 0.86, 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 #820EBE is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13014190-
CMYK0.320.9300.25
HSL279.55º86.27%40%-
HSV(B)279.55º92.63%74.51%-
XYZ18.668.7849.43-
YUV68.75196.43171.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.92%
GREEN value IS 14 (5.86% from 255) = 4.19%
BLUE value IS 190 (74.61% from 255) = 56.89%
R=38.92%
G=4.19%
B=56.89%

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
Decimal130141900.320.9300.25279.5586.2740
Hex82EBE205D0191185628
Octal202162764013503143012650
Binary1000001011101011111010000010111010110011000110001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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