Html Css Color HEX #8419AB Vivid Violet

📋 copy color: '#8419AB'

red 132 ◦ green 25 ◦ blue 171

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

Shades of Vivid Violet #8419AB

Tints of Vivid Violet #8419AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 52.13%

R = 40.24%
G = 7.62%
B = 52.13%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8419AB (or 0x8419AB) is known color: Vivid Violet. HEX triplet: 84, 19 and AB. RGB value is (132,25,171). Sum of RGB (Red+Green+Blue) = 132+25+171=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #8419AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8419AB is #7BE654. Grayscale: #494949. Windows color (decimal): -8119893 or 11213188. OLE color: 11213188.

HSL color Cylindrical-coordinate representation of color #8419AB: hue angle of 283.97º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8419AB is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 25 171 -
CMYK 0.23 0.85 0 0.33
HSL 283.97º 0.74% 0.38% -
HSV(B) 283.97º 0.85% 0.67% -
XYZ 17.21 8.54 39.27 -
YUV 73.64 182.95 169.63 -
System Red Green Blue C M Y K H S L
Decimal 132 25 171 0.23 0.85 0 0.33 283.97 0.74 0.38
Hex 84 19 AB 17 55 0 21 11C 4A 26
Octal 204 31 253 27 125 0 41 434 112 46
Binary 10000100 11001 10101011 10111 1010101 0 100001 100011100 1001010 100110

Color Harmonies of #8419AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8419AB

Black with #8419AB

Text Example


Text Example

White with #8419AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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