Html Css Color HEX #842DFD Blue Violet

📋 copy color: '#842DFD'

red 132 ◦ green 45 ◦ blue 253

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

Shades of Blue Violet #842DFD

Tints of Blue Violet #842DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.84%

R = 30.7%
G = 10.47%
B = 58.84%

CMYK

 C value IS 0.48

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#842DFD (or 0x842DFD) is known color: Blue Violet. HEX triplet: 84, 2D and FD. RGB value is (132,45,253). Sum of RGB (Red+Green+Blue) = 132+45+253=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 45 (17.97% from 255 or 10.47% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #842DFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #842DFD is #7BD202. Grayscale: #5D5D5D. Windows color (decimal): -8114691 or 16592260. OLE color: 16592260.

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

Color convert

RGB 132 45 253 -
CMYK 0.48 0.82 0 0.01
HSL 265.1º 0.98% 0.58% -
HSV(B) 265.1º 0.82% 0.99% -
XYZ 28.18 13.87 94.12 -
YUV 94.73 217.32 154.59 -
System Red Green Blue C M Y K H S L
Decimal 132 45 253 0.48 0.82 0 0.01 265.1 0.98 0.58
Hex 84 2D FD 30 52 0 1 109 62 3A
Octal 204 55 375 60 122 0 1 411 142 72
Binary 10000100 101101 11111101 110000 1010010 0 1 100001001 1100010 111010

Color Harmonies of #842DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842DFD

Black with #842DFD

Text Example


Text Example

White with #842DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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