Html Css Color HEX #840ECE Dark Violet

📋 copy color: '#840ECE'

red 132 ◦ green 14 ◦ blue 206

#840ECE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #840ECE

Tints of Dark Violet #840ECE

RGB

 RED value IS 132 (51.95% from 255) = 37.5%

 GREEN value IS 14 (5.86% from 255) = 3.98%

 BLUE value IS 206 (80.86% from 255) = 58.52%

R = 37.5%
G = 3.98%
B = 58.52%

CMYK

 C value IS 0.36

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#840ECE (or 0x840ECE) is known color: Dark Violet. HEX triplet: 84, 0E and CE. RGB value is (132,14,206). Sum of RGB (Red+Green+Blue) = 132+14+206=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 14 (5.86% from 255 or 3.98% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #840ECE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840ECE is #7BF131. Grayscale: #464646. Windows color (decimal): -8122674 or 13504132. OLE color: 13504132.

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

Color convert

RGB 132 14 206 -
CMYK 0.36 0.93 0 0.19
HSL 276.88º 0.87% 0.43% -
HSV(B) 276.88º 0.93% 0.81% -
XYZ 20.81 9.68 59.16 -
YUV 71.17 204.09 171.39 -
System Red Green Blue C M Y K H S L
Decimal 132 14 206 0.36 0.93 0 0.19 276.88 0.87 0.43
Hex 84 E CE 24 5D 0 13 115 57 2B
Octal 204 16 316 44 135 0 23 425 127 53
Binary 10000100 1110 11001110 100100 1011101 0 10011 100010101 1010111 101011

Color Harmonies of #840ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840ECE

Black with #840ECE

Text Example


Text Example

White with #840ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #840ECE;
 }
 .AnyTagClassName
 {
   color: #840ECE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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