Html Css Color HEX #8428AD Vivid Violet

📋 copy color: '#8428AD'

red 132 ◦ green 40 ◦ blue 173

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

Shades of Vivid Violet #8428AD

Tints of Vivid Violet #8428AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 50.14%

R = 38.26%
G = 11.59%
B = 50.14%

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

#8428AD (or 0x8428AD) is known color: Vivid Violet. HEX triplet: 84, 28 and AD. RGB value is (132,40,173). Sum of RGB (Red+Green+Blue) = 132+40+173=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #8428AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8428AD is #7BD752. Grayscale: #525252. Windows color (decimal): -8116051 or 11348100. OLE color: 11348100.

HSL color Cylindrical-coordinate representation of color #8428AD: hue angle of 281.5º degrees, saturation: 0.62, 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 #8428AD is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 40 173 -
CMYK 0.24 0.77 0 0.32
HSL 281.5º 0.62% 0.42% -
HSV(B) 281.5º 0.77% 0.68% -
XYZ 17.82 9.44 40.42 -
YUV 82.67 178.98 163.19 -
System Red Green Blue C M Y K H S L
Decimal 132 40 173 0.24 0.77 0 0.32 281.5 0.62 0.42
Hex 84 28 AD 18 4D 0 20 11A 3E 2A
Octal 204 50 255 30 115 0 40 432 76 52
Binary 10000100 101000 10101101 11000 1001101 0 100000 100011010 111110 101010

Color Harmonies of #8428AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8428AD

Black with #8428AD

Text Example


Text Example

White with #8428AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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