Html Css Color HEX #840EDF Dark Violet

📋 copy color: '#840EDF'

red 132 ◦ green 14 ◦ blue 223

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

Shades of Dark Violet #840EDF

Tints of Dark Violet #840EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.43%

R = 35.77%
G = 3.79%
B = 60.43%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#840EDF (or 0x840EDF) is known color: Dark Violet. HEX triplet: 84, 0E and DF. RGB value is (132,14,223). Sum of RGB (Red+Green+Blue) = 132+14+223=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 14 (5.86% from 255 or 3.79% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #840EDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840EDF is #7BF120. Grayscale: #484848. Windows color (decimal): -8122657 or 14618244. OLE color: 14618244.

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

Color convert

RGB 132 14 223 -
CMYK 0.41 0.94 0 0.13
HSL 273.88º 0.88% 0.46% -
HSV(B) 273.88º 0.94% 0.87% -
XYZ 22.99 10.55 70.64 -
YUV 73.11 212.59 170.01 -
System Red Green Blue C M Y K H S L
Decimal 132 14 223 0.41 0.94 0 0.13 273.88 0.88 0.46
Hex 84 E DF 29 5E 0 D 112 58 2E
Octal 204 16 337 51 136 0 15 422 130 56
Binary 10000100 1110 11011111 101001 1011110 0 1101 100010010 1011000 101110

Color Harmonies of #840EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840EDF

Black with #840EDF

Text Example


Text Example

White with #840EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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