Html Css Color HEX #8429DA Blue Violet

📋 copy color: '#8429DA'

red 132 ◦ green 41 ◦ blue 218

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

Shades of Blue Violet #8429DA

Tints of Blue Violet #8429DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.75%

R = 33.76%
G = 10.49%
B = 55.75%

CMYK

 C value IS 0.39

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8429DA (or 0x8429DA) is known color: Blue Violet. HEX triplet: 84, 29 and DA. RGB value is (132,41,218). Sum of RGB (Red+Green+Blue) = 132+41+218=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 218 (85.55% from 255 or 55.75% from 391); Max value from RGB is 218 - color contains mainly: blue. Hex color #8429DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8429DA is #7BD625. Grayscale: #575757. Windows color (decimal): -8115750 or 14297476. OLE color: 14297476.

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

Color convert

RGB 132 41 218 -
CMYK 0.39 0.81 0 0.15
HSL 270.85º 0.71% 0.51% -
HSV(B) 270.85º 0.81% 0.85% -
XYZ 22.96 11.55 67.35 -
YUV 88.39 201.15 159.11 -
System Red Green Blue C M Y K H S L
Decimal 132 41 218 0.39 0.81 0 0.15 270.85 0.71 0.51
Hex 84 29 DA 27 51 0 F 10F 47 33
Octal 204 51 332 47 121 0 17 417 107 63
Binary 10000100 101001 11011010 100111 1010001 0 1111 100001111 1000111 110011

Color Harmonies of #8429DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8429DA

Black with #8429DA

Text Example


Text Example

White with #8429DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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