#840ECB

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

Shades of Dark Violet #840ECB

Tints of Dark Violet #840ECB

Color information

#840ECB (or 0x840ECB) is unknown color: approx Dark Violet. HEX triplet: 84, 0E and CB. RGB value is (132,14,203). Sum of RGB (Red+Green+Blue) = 132+14+203=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 14 (5.86% from 255 or 4.01% from 349); Blue value is 203 (79.69% from 255 or 58.17% from 349); Max value from RGB is 203 - color contains mainly: blue. Hex color #840ECB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840ECB is #7BF134. Grayscale: #464646. Windows color (decimal): -8122677 or 13307524. OLE color: 13307524.

HSL color Cylindrical-coordinate representation of color #840ECB: hue angle of 277.46º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #840ECB is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13214203-
CMYK0.350.9300.20
HSL277.46º87.1%42.55%-
HSV(B)277.46º93.1%79.61%-
XYZ20.459.5357.26-
YUV70.83202.59171.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.82%
GREEN value IS 14 (5.86% from 255) = 4.01%
BLUE value IS 203 (79.69% from 255) = 58.17%
R=37.82%
G=4.01%
B=58.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal132142030.350.9300.20277.4687.142.55
Hex84ECB235D014115572b
Octal204163134313502442512753
Binary1000010011101100101110001110111010101001000101011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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