Shades of Vivid Violet #8424AD
Tints of Vivid Violet #8424AD
RGB
CMYK
RGB Variations
Color information
#8424AD (or 0x8424AD) is known color: Vivid Violet. HEX triplet: 84, 24 and AD. RGB value is (132,36,173). Sum of RGB (Red+Green+Blue) = 132+36+173=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #8424AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8424AD is #7BDB52. Grayscale: #4F4F4F. Windows color (decimal): -8117075 or 11347076. OLE color: 11347076.
HSL color Cylindrical-coordinate representation of color #8424AD: hue angle of 282.04º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8424AD is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 36 | 173 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.32 |
| HSL | 282.04º | 0.66% | 0.41% | - |
| HSV(B) | 282.04º | 0.79% | 0.68% | - |
| XYZ | 17.69 | 9.18 | 40.38 | - |
| YUV | 80.32 | 180.3 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 36 | 173 | 0.24 | 0.79 | 0 | 0.32 | 282.04 | 0.66 | 0.41 |
| Hex | 84 | 24 | AD | 18 | 4F | 0 | 20 | 11A | 42 | 29 |
| Octal | 204 | 44 | 255 | 30 | 117 | 0 | 40 | 432 | 102 | 51 |
| Binary | 10000100 | 100100 | 10101101 | 11000 | 1001111 | 0 | 100000 | 100011010 | 1000010 | 101001 |
Color Harmonies of #8424AD
Complementary color
Monochromatic Colors of #8424AD
Black with #8424AD
Text Example
Text Example
White with #8424AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8424AD; }
p { color: rgb(132,36,173); }
H1.HeaderClassName
{
color: #8424AD;
}
.AnyTagClassName
{
color: #8424AD;
}
</style>
background-color css
<style>
a { background-color: #8424AD; }
a { background-color: rgb(132,36,173); }
div.DivClassName
{
background-color: #8424AD;
}
.BgClassName
{
background-color: #8424AD;
}
</style>
border-color css
<style>
span { border-color: #8424AD; }
span { border-color: rgb(132,36,173); }
td.TdClassName
{
border-color: #8424AD;
}
.TagClassName
{
border-color: #8424AD;
}
</style>