#840EB4

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

Shades of Dark Violet #840EB4

Tints of Dark Violet #840EB4

Color information

#840EB4 (or 0x840EB4) is unknown color: approx Dark Violet. HEX triplet: 84, 0E and B4. RGB value is (132,14,180). Sum of RGB (Red+Green+Blue) = 132+14+180=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 14 (5.86% from 255 or 4.29% from 326); Blue value is 180 (70.70% from 255 or 55.21% from 326); Max value from RGB is 180 - color contains mainly: blue. Hex color #840EB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840EB4 is #7BF14B. Grayscale: #434343. Windows color (decimal): -8122700 or 11800196. OLE color: 11800196.

HSL color Cylindrical-coordinate representation of color #840EB4: hue angle of 282.65º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #840EB4 is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13214180-
CMYK0.270.9200.29
HSL282.65º85.57%38.04%-
HSV(B)282.65º92.22%70.59%-
XYZ17.918.5143.88-
YUV68.21191.09173.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.49%
GREEN value IS 14 (5.86% from 255) = 4.29%
BLUE value IS 180 (70.70% from 255) = 55.21%
R=40.49%
G=4.29%
B=55.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal132141800.270.9200.29282.6585.5738.04
Hex84EB41B5C01D11b5626
Octal204162643313403543312646
Binary100001001110101101001101110111000111011000110111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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