Html Css Color HEX #842BDF Blue Violet

📋 copy color: '#842BDF'

red 132 ◦ green 43 ◦ blue 223

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

Shades of Blue Violet #842BDF

Tints of Blue Violet #842BDF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.8%

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

R = 33.17%
G = 10.8%
B = 56.03%

CMYK

 C value IS 0.41

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#842BDF (or 0x842BDF) is known color: Blue Violet. HEX triplet: 84, 2B and DF. RGB value is (132,43,223). Sum of RGB (Red+Green+Blue) = 132+43+223=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 43 (17.19% from 255 or 10.80% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #842BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842BDF is #7BD420. Grayscale: #595959. Windows color (decimal): -8115233 or 14625668. OLE color: 14625668.

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

Color convert

RGB 132 43 223 -
CMYK 0.41 0.81 0 0.13
HSL 269.67º 0.74% 0.52% -
HSV(B) 269.67º 0.81% 0.87% -
XYZ 23.7 11.96 70.87 -
YUV 90.13 202.99 157.86 -
System Red Green Blue C M Y K H S L
Decimal 132 43 223 0.41 0.81 0 0.13 269.67 0.74 0.52
Hex 84 2B DF 29 51 0 D 10E 4A 34
Octal 204 53 337 51 121 0 15 416 112 64
Binary 10000100 101011 11011111 101001 1010001 0 1101 100001110 1001010 110100

Color Harmonies of #842BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842BDF

Black with #842BDF

Text Example


Text Example

White with #842BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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