Html Css Color HEX #842DEF Blue Violet

📋 copy color: '#842DEF'

red 132 ◦ green 45 ◦ blue 239

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

Shades of Blue Violet #842DEF

Tints of Blue Violet #842DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.45%

R = 31.73%
G = 10.82%
B = 57.45%

CMYK

 C value IS 0.45

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#842DEF (or 0x842DEF) is known color: Blue Violet. HEX triplet: 84, 2D and EF. RGB value is (132,45,239). Sum of RGB (Red+Green+Blue) = 132+45+239=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 45 (17.97% from 255 or 10.82% from 416); Blue value is 239 (93.75% from 255 or 57.45% from 416); Max value from RGB is 239 - color contains mainly: blue. Hex color #842DEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #842DEF is #7BD210. Grayscale: #5C5C5C. Windows color (decimal): -8114705 or 15674756. OLE color: 15674756.

HSL color Cylindrical-coordinate representation of color #842DEF: hue angle of 266.91º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #842DEF is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 132 45 239 -
CMYK 0.45 0.81 0 0.06
HSL 266.91º 0.86% 0.56% -
HSV(B) 266.91º 0.81% 0.94% -
XYZ 26.03 13.01 82.8 -
YUV 93.13 210.32 155.73 -
System Red Green Blue C M Y K H S L
Decimal 132 45 239 0.45 0.81 0 0.06 266.91 0.86 0.56
Hex 84 2D EF 2D 51 0 6 10B 56 38
Octal 204 55 357 55 121 0 6 413 126 70
Binary 10000100 101101 11101111 101101 1010001 0 110 100001011 1010110 111000

Color Harmonies of #842DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842DEF

Black with #842DEF

Text Example


Text Example

White with #842DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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