Html Css Color HEX #8429DB Blue Violet

📋 copy color: '#8429DB'

red 132 ◦ green 41 ◦ blue 219

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

Shades of Blue Violet #8429DB

Tints of Blue Violet #8429DB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.46%

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

R = 33.67%
G = 10.46%
B = 55.87%

CMYK

 C value IS 0.40

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8429DB (or 0x8429DB) is known color: Blue Violet. HEX triplet: 84, 29 and DB. RGB value is (132,41,219). Sum of RGB (Red+Green+Blue) = 132+41+219=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 41 (16.41% from 255 or 10.46% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #8429DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8429DB is #7BD624. Grayscale: #575757. Windows color (decimal): -8115749 or 14363012. OLE color: 14363012.

HSL color Cylindrical-coordinate representation of color #8429DB: hue angle of 270.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8429DB is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 41 219 -
CMYK 0.40 0.81 0 0.14
HSL 270.67º 0.71% 0.51% -
HSV(B) 270.67º 0.81% 0.86% -
XYZ 23.09 11.61 68.04 -
YUV 88.5 201.65 159.03 -
System Red Green Blue C M Y K H S L
Decimal 132 41 219 0.40 0.81 0 0.14 270.67 0.71 0.51
Hex 84 29 DB 28 51 0 E 10F 47 33
Octal 204 51 333 50 121 0 16 417 107 63
Binary 10000100 101001 11011011 101000 1010001 0 1110 100001111 1000111 110011

Color Harmonies of #8429DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8429DB

Black with #8429DB

Text Example


Text Example

White with #8429DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8429DB; }

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

 H1.HeaderClassName
 {
   color: #8429DB;
 }
 .AnyTagClassName
 {
   color: #8429DB;
 }
</style>

background-color css

<style>
 a { background-color: #8429DB; }

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

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

border-color css

<style>
 span { border-color: #8429DB; }

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

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