Html Css Color HEX #842EFF Blue Violet

📋 copy color: '#842EFF'

red 132 ◦ green 46 ◦ blue 255

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

Shades of Blue Violet #842EFF

Tints of Blue Violet #842EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.89%

R = 30.48%
G = 10.62%
B = 58.89%

CMYK

 C value IS 0.48

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#842EFF (or 0x842EFF) is known color: Blue Violet. HEX triplet: 84, 2E and FF. RGB value is (132,46,255). Sum of RGB (Red+Green+Blue) = 132+46+255=433 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.48% from 433); Green value is 46 (18.36% from 255 or 10.62% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #842EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #842EFF is #7BD100. Grayscale: #5E5E5E. Windows color (decimal): -8114433 or 16723588. OLE color: 16723588.

HSL color Cylindrical-coordinate representation of color #842EFF: hue angle of 264.69º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #842EFF is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 132 46 255 -
CMYK 0.48 0.82 0 0
HSL 264.69º 1% 0.59% -
HSV(B) 264.69º 0.82% 1% -
XYZ 28.54 14.08 95.82 -
YUV 95.54 217.99 154.01 -
System Red Green Blue C M Y K H S L
Decimal 132 46 255 0.48 0.82 0 0 264.69 1 0.59
Hex 84 2E FF 30 52 0 0 109 64 3B
Octal 204 56 377 60 122 0 0 411 144 73
Binary 10000100 101110 11111111 110000 1010010 0 0 100001001 1100100 111011

Color Harmonies of #842EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842EFF

Black with #842EFF

Text Example


Text Example

White with #842EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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