Html Css Color HEX #842BEE Blue Violet

📋 copy color: '#842BEE'

red 132 ◦ green 43 ◦ blue 238

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

Shades of Blue Violet #842BEE

Tints of Blue Violet #842BEE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.41%

 BLUE value IS 238 (93.36% from 255) = 57.63%

R = 31.96%
G = 10.41%
B = 57.63%

CMYK

 C value IS 0.45

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#842BEE (or 0x842BEE) is known color: Blue Violet. HEX triplet: 84, 2B and EE. RGB value is (132,43,238). Sum of RGB (Red+Green+Blue) = 132+43+238=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 238 (93.36% from 255 or 57.63% from 413); Max value from RGB is 238 - color contains mainly: blue. Hex color #842BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #842BEE is #7BD411. Grayscale: #5B5B5B. Windows color (decimal): -8115218 or 15608708. OLE color: 15608708.

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

Color convert

RGB 132 43 238 -
CMYK 0.45 0.82 0 0.07
HSL 267.38º 0.85% 0.55% -
HSV(B) 267.38º 0.82% 0.93% -
XYZ 25.81 12.81 82 -
YUV 91.84 210.49 156.64 -
System Red Green Blue C M Y K H S L
Decimal 132 43 238 0.45 0.82 0 0.07 267.38 0.85 0.55
Hex 84 2B EE 2D 52 0 7 10B 55 37
Octal 204 53 356 55 122 0 7 413 125 67
Binary 10000100 101011 11101110 101101 1010010 0 111 100001011 1010101 110111

Color Harmonies of #842BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842BEE

Black with #842BEE

Text Example


Text Example

White with #842BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,43,238); }

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

background-color css

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

 a { background-color: rgb(132,43,238); }

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

border-color css

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

 span { border-color: rgb(132,43,238); }

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