Html Css Color HEX #842DF9 Blue Violet

📋 copy color: '#842DF9'

red 132 ◦ green 45 ◦ blue 249

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

Shades of Blue Violet #842DF9

Tints of Blue Violet #842DF9

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.56%

 BLUE value IS 249 (97.66% from 255) = 58.45%

R = 30.99%
G = 10.56%
B = 58.45%

CMYK

 C value IS 0.47

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#842DF9 (or 0x842DF9) is known color: Blue Violet. HEX triplet: 84, 2D and F9. RGB value is (132,45,249). Sum of RGB (Red+Green+Blue) = 132+45+249=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 45 (17.97% from 255 or 10.56% from 426); Blue value is 249 (97.66% from 255 or 58.45% from 426); Max value from RGB is 249 - color contains mainly: blue. Hex color #842DF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #842DF9 is #7BD206. Grayscale: #5D5D5D. Windows color (decimal): -8114695 or 16330116. OLE color: 16330116.

HSL color Cylindrical-coordinate representation of color #842DF9: hue angle of 265.59º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #842DF9 is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 45 249 -
CMYK 0.47 0.82 0 0.02
HSL 265.59º 0.94% 0.58% -
HSV(B) 265.59º 0.82% 0.98% -
XYZ 27.55 13.62 90.8 -
YUV 94.27 215.32 154.91 -
System Red Green Blue C M Y K H S L
Decimal 132 45 249 0.47 0.82 0 0.02 265.59 0.94 0.58
Hex 84 2D F9 2F 52 0 2 10A 5E 3A
Octal 204 55 371 57 122 0 2 412 136 72
Binary 10000100 101101 11111001 101111 1010010 0 10 100001010 1011110 111010

Color Harmonies of #842DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842DF9

Black with #842DF9

Text Example


Text Example

White with #842DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,45,249); }

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

background-color css

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

 a { background-color: rgb(132,45,249); }

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

border-color css

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

 span { border-color: rgb(132,45,249); }

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