Html Css Color HEX #840EDD Dark Violet

📋 copy color: '#840EDD'

red 132 ◦ green 14 ◦ blue 221

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

Shades of Dark Violet #840EDD

Tints of Dark Violet #840EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.22%

R = 35.97%
G = 3.81%
B = 60.22%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#840EDD (or 0x840EDD) is known color: Dark Violet. HEX triplet: 84, 0E and DD. RGB value is (132,14,221). Sum of RGB (Red+Green+Blue) = 132+14+221=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 14 (5.86% from 255 or 3.81% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #840EDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840EDD is #7BF122. Grayscale: #484848. Windows color (decimal): -8122659 or 14487172. OLE color: 14487172.

HSL color Cylindrical-coordinate representation of color #840EDD: hue angle of 274.2º 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 #840EDD is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 14 221 -
CMYK 0.40 0.94 0 0.13
HSL 274.2º 0.88% 0.46% -
HSV(B) 274.2º 0.94% 0.87% -
XYZ 22.72 10.44 69.22 -
YUV 72.88 211.59 170.17 -
System Red Green Blue C M Y K H S L
Decimal 132 14 221 0.40 0.94 0 0.13 274.2 0.88 0.46
Hex 84 E DD 28 5E 0 D 112 58 2E
Octal 204 16 335 50 136 0 15 422 130 56
Binary 10000100 1110 11011101 101000 1011110 0 1101 100010010 1011000 101110

Color Harmonies of #840EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840EDD

Black with #840EDD

Text Example


Text Example

White with #840EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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