Html Css Color HEX #842FDF Blue Violet

📋 copy color: '#842FDF'

red 132 ◦ green 47 ◦ blue 223

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

Shades of Blue Violet #842FDF

Tints of Blue Violet #842FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.47%

R = 32.84%
G = 11.69%
B = 55.47%

CMYK

 C value IS 0.41

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#842FDF (or 0x842FDF) is known color: Blue Violet. HEX triplet: 84, 2F and DF. RGB value is (132,47,223). Sum of RGB (Red+Green+Blue) = 132+47+223=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 47 (18.75% from 255 or 11.69% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #842FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842FDF is #7BD020. Grayscale: #5B5B5B. Windows color (decimal): -8114209 or 14626692. OLE color: 14626692.

HSL color Cylindrical-coordinate representation of color #842FDF: hue angle of 268.98º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #842FDF is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 47 223 -
CMYK 0.41 0.79 0 0.13
HSL 268.98º 0.73% 0.53% -
HSV(B) 268.98º 0.79% 0.87% -
XYZ 23.85 12.27 70.92 -
YUV 92.48 201.66 156.19 -
System Red Green Blue C M Y K H S L
Decimal 132 47 223 0.41 0.79 0 0.13 268.98 0.73 0.53
Hex 84 2F DF 29 4F 0 D 10D 49 35
Octal 204 57 337 51 117 0 15 415 111 65
Binary 10000100 101111 11011111 101001 1001111 0 1101 100001101 1001001 110101

Color Harmonies of #842FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842FDF

Black with #842FDF

Text Example


Text Example

White with #842FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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