Html Css Color HEX #8429DF Blue Violet

📋 copy color: '#8429DF'

red 132 ◦ green 41 ◦ blue 223

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

Shades of Blue Violet #8429DF

Tints of Blue Violet #8429DF

RGB

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

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

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

R = 33.33%
G = 10.35%
B = 56.31%

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

#8429DF (or 0x8429DF) is known color: Blue Violet. HEX triplet: 84, 29 and DF. RGB value is (132,41,223). Sum of RGB (Red+Green+Blue) = 132+41+223=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 41 (16.41% from 255 or 10.35% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #8429DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8429DF is #7BD620. Grayscale: #585858. Windows color (decimal): -8115745 or 14625156. OLE color: 14625156.

HSL color Cylindrical-coordinate representation of color #8429DF: hue angle of 270º degrees, saturation: 0.74, 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 #8429DF is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 41 223 -
CMYK 0.41 0.82 0 0.13
HSL 270º 0.74% 0.52% -
HSV(B) 270º 0.82% 0.87% -
XYZ 23.63 11.82 70.85 -
YUV 88.96 203.65 158.7 -
System Red Green Blue C M Y K H S L
Decimal 132 41 223 0.41 0.82 0 0.13 270 0.74 0.52
Hex 84 29 DF 29 52 0 D 10E 4A 34
Octal 204 51 337 51 122 0 15 416 112 64
Binary 10000100 101001 11011111 101001 1010010 0 1101 100001110 1001010 110100

Color Harmonies of #8429DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8429DF

Black with #8429DF

Text Example


Text Example

White with #8429DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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