Html Css Color HEX #8428AE Vivid Violet

📋 copy color: '#8428AE'

red 132 ◦ green 40 ◦ blue 174

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

Shades of Vivid Violet #8428AE

Tints of Vivid Violet #8428AE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.56%

 BLUE value IS 174 (68.36% from 255) = 50.29%

R = 38.15%
G = 11.56%
B = 50.29%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8428AE (or 0x8428AE) is known color: Vivid Violet. HEX triplet: 84, 28 and AE. RGB value is (132,40,174). Sum of RGB (Red+Green+Blue) = 132+40+174=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #8428AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8428AE is #7BD751. Grayscale: #525252. Windows color (decimal): -8116050 or 11413636. OLE color: 11413636.

HSL color Cylindrical-coordinate representation of color #8428AE: hue angle of 281.19º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8428AE is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 40 174 -
CMYK 0.24 0.77 0 0.32
HSL 281.19º 0.63% 0.42% -
HSV(B) 281.19º 0.77% 0.68% -
XYZ 17.91 9.48 40.93 -
YUV 82.78 179.48 163.1 -
System Red Green Blue C M Y K H S L
Decimal 132 40 174 0.24 0.77 0 0.32 281.19 0.63 0.42
Hex 84 28 AE 18 4D 0 20 119 3F 2A
Octal 204 50 256 30 115 0 40 431 77 52
Binary 10000100 101000 10101110 11000 1001101 0 100000 100011001 111111 101010

Color Harmonies of #8428AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8428AE

Black with #8428AE

Text Example


Text Example

White with #8428AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8428AE; }

 p { color: rgb(132,40,174); }

 H1.HeaderClassName
 {
   color: #8428AE;
 }
 .AnyTagClassName
 {
   color: #8428AE;
 }
</style>

background-color css

<style>
 a { background-color: #8428AE; }

 a { background-color: rgb(132,40,174); }

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

border-color css

<style>
 span { border-color: #8428AE; }

 span { border-color: rgb(132,40,174); }

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