Html Css Color HEX #8429DE Blue Violet

📋 copy color: '#8429DE'

red 132 ◦ green 41 ◦ blue 222

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

Shades of Blue Violet #8429DE

Tints of Blue Violet #8429DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 56.2%

R = 33.42%
G = 10.38%
B = 56.2%

CMYK

 C value IS 0.41

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8429DE (or 0x8429DE) is known color: Blue Violet. HEX triplet: 84, 29 and DE. RGB value is (132,41,222). Sum of RGB (Red+Green+Blue) = 132+41+222=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 41 (16.41% from 255 or 10.38% from 395); Blue value is 222 (87.11% from 255 or 56.20% from 395); Max value from RGB is 222 - color contains mainly: blue. Hex color #8429DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8429DE is #7BD621. Grayscale: #585858. Windows color (decimal): -8115746 or 14559620. OLE color: 14559620.

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

Color convert

RGB 132 41 222 -
CMYK 0.41 0.82 0 0.13
HSL 270.17º 0.73% 0.52% -
HSV(B) 270.17º 0.82% 0.87% -
XYZ 23.49 11.77 70.14 -
YUV 88.84 203.15 158.78 -
System Red Green Blue C M Y K H S L
Decimal 132 41 222 0.41 0.82 0 0.13 270.17 0.73 0.52
Hex 84 29 DE 29 52 0 D 10E 49 34
Octal 204 51 336 51 122 0 15 416 111 64
Binary 10000100 101001 11011110 101001 1010010 0 1101 100001110 1001001 110100

Color Harmonies of #8429DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8429DE

Black with #8429DE

Text Example


Text Example

White with #8429DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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