Html Css Color HEX #8419AD Vivid Violet

📋 copy color: '#8419AD'

red 132 ◦ green 25 ◦ blue 173

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

Shades of Vivid Violet #8419AD

Tints of Vivid Violet #8419AD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.58%

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

R = 40%
G = 7.58%
B = 52.42%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8419AD (or 0x8419AD) is known color: Vivid Violet. HEX triplet: 84, 19 and AD. RGB value is (132,25,173). Sum of RGB (Red+Green+Blue) = 132+25+173=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #8419AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8419AD is #7BE652. Grayscale: #494949. Windows color (decimal): -8119891 or 11344260. OLE color: 11344260.

HSL color Cylindrical-coordinate representation of color #8419AD: hue angle of 283.38º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8419AD is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 25 173 -
CMYK 0.24 0.86 0 0.32
HSL 283.38º 0.75% 0.39% -
HSV(B) 283.38º 0.86% 0.68% -
XYZ 17.41 8.62 40.28 -
YUV 73.87 183.95 169.47 -
System Red Green Blue C M Y K H S L
Decimal 132 25 173 0.24 0.86 0 0.32 283.38 0.75 0.39
Hex 84 19 AD 18 56 0 20 11B 4B 27
Octal 204 31 255 30 126 0 40 433 113 47
Binary 10000100 11001 10101101 11000 1010110 0 100000 100011011 1001011 100111

Color Harmonies of #8419AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8419AD

Black with #8419AD

Text Example


Text Example

White with #8419AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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