Html Css Color HEX #8429ED Blue Violet

📋 copy color: '#8429ED'

red 132 ◦ green 41 ◦ blue 237

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

Shades of Blue Violet #8429ED

Tints of Blue Violet #8429ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 57.8%

R = 32.2%
G = 10%
B = 57.8%

CMYK

 C value IS 0.44

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8429ED (or 0x8429ED) is known color: Blue Violet. HEX triplet: 84, 29 and ED. RGB value is (132,41,237). Sum of RGB (Red+Green+Blue) = 132+41+237=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 41 (16.41% from 255 or 10% from 410); Blue value is 237 (92.97% from 255 or 57.80% from 410); Max value from RGB is 237 - color contains mainly: blue. Hex color #8429ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8429ED is #7BD612. Grayscale: #595959. Windows color (decimal): -8115731 or 15542660. OLE color: 15542660.

HSL color Cylindrical-coordinate representation of color #8429ED: hue angle of 267.86º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8429ED is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 41 237 -
CMYK 0.44 0.83 0 0.07
HSL 267.86º 0.84% 0.55% -
HSV(B) 267.86º 0.83% 0.93% -
XYZ 25.59 12.61 81.2 -
YUV 90.55 210.65 157.56 -
System Red Green Blue C M Y K H S L
Decimal 132 41 237 0.44 0.83 0 0.07 267.86 0.84 0.55
Hex 84 29 ED 2C 53 0 7 10C 54 37
Octal 204 51 355 54 123 0 7 414 124 67
Binary 10000100 101001 11101101 101100 1010011 0 111 100001100 1010100 110111

Color Harmonies of #8429ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8429ED

Black with #8429ED

Text Example


Text Example

White with #8429ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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