Html Css Color HEX #842FFF Blue Violet

📋 copy color: '#842FFF'

red 132 ◦ green 47 ◦ blue 255

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

Shades of Blue Violet #842FFF

Tints of Blue Violet #842FFF

RGB

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

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

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

R = 30.41%
G = 10.83%
B = 58.76%

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

#842FFF (or 0x842FFF) is known color: Blue Violet. HEX triplet: 84, 2F and FF. RGB value is (132,47,255). Sum of RGB (Red+Green+Blue) = 132+47+255=434 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.41% from 434); Green value is 47 (18.75% from 255 or 10.83% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #842FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #842FFF is #7BD000. Grayscale: #5F5F5F. Windows color (decimal): -8114177 or 16723844. OLE color: 16723844.

HSL color Cylindrical-coordinate representation of color #842FFF: hue angle of 264.52º 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 #842FFF is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 132 47 255 -
CMYK 0.48 0.82 0 0
HSL 264.52º 1% 0.59% -
HSV(B) 264.52º 0.82% 1% -
XYZ 28.58 14.16 95.83 -
YUV 96.13 217.66 153.59 -
System Red Green Blue C M Y K H S L
Decimal 132 47 255 0.48 0.82 0 0 264.52 1 0.59
Hex 84 2F FF 30 52 0 0 109 64 3B
Octal 204 57 377 60 122 0 0 411 144 73
Binary 10000100 101111 11111111 110000 1010010 0 0 100001001 1100100 111011

Color Harmonies of #842FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842FFF

Black with #842FFF

Text Example


Text Example

White with #842FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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