Shades of Vivid Violet #8427AD
Tints of Vivid Violet #8427AD
RGB
CMYK
RGB Variations
Color information
#8427AD (or 0x8427AD) is known color: Vivid Violet. HEX triplet: 84, 27 and AD. RGB value is (132,39,173). Sum of RGB (Red+Green+Blue) = 132+39+173=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 39 (15.62% from 255 or 11.34% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #8427AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8427AD is #7BD852. Grayscale: #515151. Windows color (decimal): -8116307 or 11347844. OLE color: 11347844.
HSL color Cylindrical-coordinate representation of color #8427AD: hue angle of 281.64º 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 #8427AD is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 39 | 173 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.32 |
| HSL | 281.64º | 0.63% | 0.42% | - |
| HSV(B) | 281.64º | 0.77% | 0.68% | - |
| XYZ | 17.78 | 9.37 | 40.41 | - |
| YUV | 82.08 | 179.31 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 39 | 173 | 0.24 | 0.77 | 0 | 0.32 | 281.64 | 0.63 | 0.42 |
| Hex | 84 | 27 | AD | 18 | 4D | 0 | 20 | 11A | 3F | 2A |
| Octal | 204 | 47 | 255 | 30 | 115 | 0 | 40 | 432 | 77 | 52 |
| Binary | 10000100 | 100111 | 10101101 | 11000 | 1001101 | 0 | 100000 | 100011010 | 111111 | 101010 |
Color Harmonies of #8427AD
Complementary color
Monochromatic Colors of #8427AD
Black with #8427AD
Text Example
Text Example
White with #8427AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8427AD; }
p { color: rgb(132,39,173); }
H1.HeaderClassName
{
color: #8427AD;
}
.AnyTagClassName
{
color: #8427AD;
}
</style>
background-color css
<style>
a { background-color: #8427AD; }
a { background-color: rgb(132,39,173); }
div.DivClassName
{
background-color: #8427AD;
}
.BgClassName
{
background-color: #8427AD;
}
</style>
border-color css
<style>
span { border-color: #8427AD; }
span { border-color: rgb(132,39,173); }
td.TdClassName
{
border-color: #8427AD;
}
.TagClassName
{
border-color: #8427AD;
}
</style>