Html Css Color HEX #842EED Blue Violet

📋 copy color: '#842EED'

red 132 ◦ green 46 ◦ blue 237

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

Shades of Blue Violet #842EED

Tints of Blue Violet #842EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 57.11%

R = 31.81%
G = 11.08%
B = 57.11%

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

#842EED (or 0x842EED) is known color: Blue Violet. HEX triplet: 84, 2E and ED. RGB value is (132,46,237). Sum of RGB (Red+Green+Blue) = 132+46+237=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 46 (18.36% from 255 or 11.08% from 415); Blue value is 237 (92.97% from 255 or 57.11% from 415); Max value from RGB is 237 - color contains mainly: blue. Hex color #842EED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #842EED is #7BD112. Grayscale: #5C5C5C. Windows color (decimal): -8114451 or 15543940. OLE color: 15543940.

HSL color Cylindrical-coordinate representation of color #842EED: hue angle of 267.02º degrees, saturation: 0.84, 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 #842EED is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 46 237 -
CMYK 0.44 0.81 0 0.07
HSL 267.02º 0.84% 0.55% -
HSV(B) 267.02º 0.81% 0.93% -
XYZ 25.78 12.97 81.27 -
YUV 93.49 208.99 155.47 -
System Red Green Blue C M Y K H S L
Decimal 132 46 237 0.44 0.81 0 0.07 267.02 0.84 0.55
Hex 84 2E ED 2C 51 0 7 10B 54 37
Octal 204 56 355 54 121 0 7 413 124 67
Binary 10000100 101110 11101101 101100 1010001 0 111 100001011 1010100 110111

Color Harmonies of #842EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842EED

Black with #842EED

Text Example


Text Example

White with #842EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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