Html Css Color HEX #842FEF Blue Violet

📋 copy color: '#842FEF'

red 132 ◦ green 47 ◦ blue 239

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

Shades of Blue Violet #842FEF

Tints of Blue Violet #842FEF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.24%

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

R = 31.58%
G = 11.24%
B = 57.18%

CMYK

 C value IS 0.45

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#842FEF (or 0x842FEF) is known color: Blue Violet. HEX triplet: 84, 2F and EF. RGB value is (132,47,239). Sum of RGB (Red+Green+Blue) = 132+47+239=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 47 (18.75% from 255 or 11.24% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #842FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #842FEF is #7BD010. Grayscale: #5D5D5D. Windows color (decimal): -8114193 or 15675268. OLE color: 15675268.

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

Color convert

RGB 132 47 239 -
CMYK 0.45 0.80 0 0.06
HSL 266.56º 0.86% 0.56% -
HSV(B) 266.56º 0.8% 0.94% -
XYZ 26.11 13.17 82.83 -
YUV 94.3 209.66 154.89 -
System Red Green Blue C M Y K H S L
Decimal 132 47 239 0.45 0.80 0 0.06 266.56 0.86 0.56
Hex 84 2F EF 2D 50 0 6 10B 56 38
Octal 204 57 357 55 120 0 6 413 126 70
Binary 10000100 101111 11101111 101101 1010000 0 110 100001011 1010110 111000

Color Harmonies of #842FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842FEF

Black with #842FEF

Text Example


Text Example

White with #842FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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