Html Css Color HEX #842EEF Blue Violet

📋 copy color: '#842EEF'

red 132 ◦ green 46 ◦ blue 239

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

Shades of Blue Violet #842EEF

Tints of Blue Violet #842EEF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.03%

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

R = 31.65%
G = 11.03%
B = 57.31%

CMYK

 C value IS 0.45

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#842EEF (or 0x842EEF) is known color: Blue Violet. HEX triplet: 84, 2E and EF. RGB value is (132,46,239). Sum of RGB (Red+Green+Blue) = 132+46+239=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 46 (18.36% from 255 or 11.03% from 417); Blue value is 239 (93.75% from 255 or 57.31% from 417); Max value from RGB is 239 - color contains mainly: blue. Hex color #842EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #842EEF is #7BD110. Grayscale: #5D5D5D. Windows color (decimal): -8114449 or 15675012. OLE color: 15675012.

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

Color convert

RGB 132 46 239 -
CMYK 0.45 0.81 0 0.06
HSL 266.74º 0.86% 0.56% -
HSV(B) 266.74º 0.81% 0.94% -
XYZ 26.07 13.09 82.81 -
YUV 93.72 209.99 155.31 -
System Red Green Blue C M Y K H S L
Decimal 132 46 239 0.45 0.81 0 0.06 266.74 0.86 0.56
Hex 84 2E EF 2D 51 0 6 10B 56 38
Octal 204 56 357 55 121 0 6 413 126 70
Binary 10000100 101110 11101111 101101 1010001 0 110 100001011 1010110 111000

Color Harmonies of #842EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842EEF

Black with #842EEF

Text Example


Text Example

White with #842EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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