#840EBA

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

Shades of Dark Violet #840EBA

Tints of Dark Violet #840EBA

Color information

#840EBA (or 0x840EBA) is unknown color: approx Dark Violet. HEX triplet: 84, 0E and BA. RGB value is (132,14,186). Sum of RGB (Red+Green+Blue) = 132+14+186=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 14 (5.86% from 255 or 4.22% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #840EBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840EBA is #7BF145. Grayscale: #444444. Windows color (decimal): -8122694 or 12193412. OLE color: 12193412.

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

Color convert

RGB13214186-
CMYK0.290.9200.27
HSL281.16º86%39.22%-
HSV(B)281.16º92.47%72.94%-
XYZ18.548.7647.17-
YUV68.89194.09173.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.76%
GREEN value IS 14 (5.86% from 255) = 4.22%
BLUE value IS 186 (73.05% from 255) = 56.02%
R=39.76%
G=4.22%
B=56.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal132141860.290.9200.27281.168639.22
Hex84EBA1D5C01B1195627
Octal204162723513403343112647
Binary100001001110101110101110110111000110111000110011010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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