Html Css Color HEX #840EEF Blue Violet

📋 copy color: '#840EEF'

red 132 ◦ green 14 ◦ blue 239

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

Shades of Blue Violet #840EEF

Tints of Blue Violet #840EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 62.08%

R = 34.29%
G = 3.64%
B = 62.08%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#840EEF (or 0x840EEF) is known color: Blue Violet. HEX triplet: 84, 0E and EF. RGB value is (132,14,239). Sum of RGB (Red+Green+Blue) = 132+14+239=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 14 (5.86% from 255 or 3.64% from 385); Blue value is 239 (93.75% from 255 or 62.08% from 385); Max value from RGB is 239 - color contains mainly: blue. Hex color #840EEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #840EEF is #7BF110. Grayscale: #4A4A4A. Windows color (decimal): -8122641 or 15666820. OLE color: 15666820.

HSL color Cylindrical-coordinate representation of color #840EEF: hue angle of 271.47º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #840EEF is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 132 14 239 -
CMYK 0.45 0.94 0 0.06
HSL 271.47º 0.89% 0.5% -
HSV(B) 271.47º 0.94% 0.94% -
XYZ 25.25 11.45 82.54 -
YUV 74.93 220.59 168.7 -
System Red Green Blue C M Y K H S L
Decimal 132 14 239 0.45 0.94 0 0.06 271.47 0.89 0.5
Hex 84 E EF 2D 5E 0 6 10F 59 32
Octal 204 16 357 55 136 0 6 417 131 62
Binary 10000100 1110 11101111 101101 1011110 0 110 100001111 1011001 110010

Color Harmonies of #840EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840EEF

Black with #840EEF

Text Example


Text Example

White with #840EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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