Html Css Color HEX #840EE0 Dark Violet

📋 copy color: '#840EE0'

red 132 ◦ green 14 ◦ blue 224

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

Shades of Dark Violet #840EE0

Tints of Dark Violet #840EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 60.54%

R = 35.68%
G = 3.78%
B = 60.54%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#840EE0 (or 0x840EE0) is known color: Dark Violet. HEX triplet: 84, 0E and E0. RGB value is (132,14,224). Sum of RGB (Red+Green+Blue) = 132+14+224=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 14 (5.86% from 255 or 3.78% from 370); Blue value is 224 (87.89% from 255 or 60.54% from 370); Max value from RGB is 224 - color contains mainly: blue. Hex color #840EE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840EE0 is #7BF11F. Grayscale: #484848. Windows color (decimal): -8122656 or 14683780. OLE color: 14683780.

HSL color Cylindrical-coordinate representation of color #840EE0: hue angle of 273.71º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #840EE0 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 132 14 224 -
CMYK 0.41 0.94 0 0.12
HSL 273.71º 0.88% 0.47% -
HSV(B) 273.71º 0.94% 0.88% -
XYZ 23.13 10.6 71.35 -
YUV 73.22 213.09 169.92 -
System Red Green Blue C M Y K H S L
Decimal 132 14 224 0.41 0.94 0 0.12 273.71 0.88 0.47
Hex 84 E E0 29 5E 0 C 112 58 2F
Octal 204 16 340 51 136 0 14 422 130 57
Binary 10000100 1110 11100000 101001 1011110 0 1100 100010010 1011000 101111

Color Harmonies of #840EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840EE0

Black with #840EE0

Text Example


Text Example

White with #840EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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