#820ECA

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

Shades of Dark Violet #820ECA

Tints of Dark Violet #820ECA

Color information

#820ECA (or 0x820ECA) is unknown color: approx Dark Violet. HEX triplet: 82, 0E and CA. RGB value is (130,14,202). Sum of RGB (Red+Green+Blue) = 130+14+202=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 14 (5.86% from 255 or 4.05% from 346); Blue value is 202 (79.30% from 255 or 58.38% from 346); Max value from RGB is 202 - color contains mainly: blue. Hex color #820ECA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820ECA is #7DF135. Grayscale: #454545. Windows color (decimal): -8253750 or 13241986. OLE color: 13241986.

HSL color Cylindrical-coordinate representation of color #820ECA: hue angle of 277.02º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820ECA is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13014202-
CMYK0.360.9300.21
HSL277.02º87.04%42.35%-
HSV(B)277.02º93.07%79.22%-
XYZ20.029.3256.62-
YUV70.12202.43170.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.57%
GREEN value IS 14 (5.86% from 255) = 4.05%
BLUE value IS 202 (79.30% from 255) = 58.38%
R=37.57%
G=4.05%
B=58.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal130142020.360.9300.21277.0287.0442.35
Hex82ECA245D015115572a
Octal202163124413502542512752
Binary1000001011101100101010010010111010101011000101011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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