Html Css Color HEX #842EEC Blue Violet

📋 copy color: '#842EEC'

red 132 ◦ green 46 ◦ blue 236

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

Shades of Blue Violet #842EEC

Tints of Blue Violet #842EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 57%

R = 31.88%
G = 11.11%
B = 57%

CMYK

 C value IS 0.44

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#842EEC (or 0x842EEC) is known color: Blue Violet. HEX triplet: 84, 2E and EC. RGB value is (132,46,236). Sum of RGB (Red+Green+Blue) = 132+46+236=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 46 (18.36% from 255 or 11.11% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #842EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #842EEC is #7BD113. Grayscale: #5C5C5C. Windows color (decimal): -8114452 or 15478404. OLE color: 15478404.

HSL color Cylindrical-coordinate representation of color #842EEC: hue angle of 267.16º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #842EEC is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 46 236 -
CMYK 0.44 0.81 0 0.07
HSL 267.16º 0.83% 0.55% -
HSV(B) 267.16º 0.81% 0.93% -
XYZ 25.63 12.92 80.5 -
YUV 93.37 208.49 155.55 -
System Red Green Blue C M Y K H S L
Decimal 132 46 236 0.44 0.81 0 0.07 267.16 0.83 0.55
Hex 84 2E EC 2C 51 0 7 10B 53 37
Octal 204 56 354 54 121 0 7 413 123 67
Binary 10000100 101110 11101100 101100 1010001 0 111 100001011 1010011 110111

Color Harmonies of #842EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842EEC

Black with #842EEC

Text Example


Text Example

White with #842EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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