#840EC7

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

Shades of Dark Violet #840EC7

Tints of Dark Violet #840EC7

Color information

#840EC7 (or 0x840EC7) is unknown color: approx Dark Violet. HEX triplet: 84, 0E and C7. RGB value is (132,14,199). Sum of RGB (Red+Green+Blue) = 132+14+199=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 14 (5.86% from 255 or 4.06% from 345); Blue value is 199 (78.12% from 255 or 57.68% from 345); Max value from RGB is 199 - color contains mainly: blue. Hex color #840EC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840EC7 is #7BF138. Grayscale: #454545. Windows color (decimal): -8122681 or 13045380. OLE color: 13045380.

HSL color Cylindrical-coordinate representation of color #840EC7: hue angle of 278.27º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #840EC7 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13214199-
CMYK0.340.9300.22
HSL278.27º86.85%41.76%-
HSV(B)278.27º92.96%78.04%-
XYZ19.989.3454.78-
YUV70.37200.59171.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.26%
GREEN value IS 14 (5.86% from 255) = 4.06%
BLUE value IS 199 (78.12% from 255) = 57.68%
R=38.26%
G=4.06%
B=57.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal132141990.340.9300.22278.2786.8541.76
Hex84EC7225D016116572a
Octal204163074213502642612752
Binary1000010011101100011110001010111010101101000101101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840EC7; }

 p { color: rgb(132,14,199); }

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

<style>
 a { background-color: #840EC7; }

 a { background-color: rgb(132,14,199); }

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

<style>
 span { border-color: #840EC7; }

 span { border-color: rgb(132,14,199); }

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