Html Css Color HEX #842FDB Blue Violet

📋 copy color: '#842FDB'

red 132 ◦ green 47 ◦ blue 219

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

Shades of Blue Violet #842FDB

Tints of Blue Violet #842FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.03%

R = 33.17%
G = 11.81%
B = 55.03%

CMYK

 C value IS 0.40

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#842FDB (or 0x842FDB) is known color: Blue Violet. HEX triplet: 84, 2F and DB. RGB value is (132,47,219). Sum of RGB (Red+Green+Blue) = 132+47+219=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 47 (18.75% from 255 or 11.81% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #842FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842FDB is #7BD024. Grayscale: #5B5B5B. Windows color (decimal): -8114213 or 14364548. OLE color: 14364548.

HSL color Cylindrical-coordinate representation of color #842FDB: hue angle of 269.65º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #842FDB is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 47 219 -
CMYK 0.40 0.79 0 0.14
HSL 269.65º 0.7% 0.52% -
HSV(B) 269.65º 0.79% 0.86% -
XYZ 23.32 12.05 68.12 -
YUV 92.02 199.66 156.51 -
System Red Green Blue C M Y K H S L
Decimal 132 47 219 0.40 0.79 0 0.14 269.65 0.7 0.52
Hex 84 2F DB 28 4F 0 E 10E 46 34
Octal 204 57 333 50 117 0 16 416 106 64
Binary 10000100 101111 11011011 101000 1001111 0 1110 100001110 1000110 110100

Color Harmonies of #842FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842FDB

Black with #842FDB

Text Example


Text Example

White with #842FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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