Shades of Vivid Violet #8430AD
Tints of Vivid Violet #8430AD
RGB
CMYK
RGB Variations
Color information
#8430AD (or 0x8430AD) is known color: Vivid Violet. HEX triplet: 84, 30 and AD. RGB value is (132,48,173). Sum of RGB (Red+Green+Blue) = 132+48+173=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #8430AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8430AD is #7BCF52. Grayscale: #565656. Windows color (decimal): -8114003 or 11350148. OLE color: 11350148.
HSL color Cylindrical-coordinate representation of color #8430AD: hue angle of 280.32º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8430AD is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 48 | 173 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.32 |
| HSL | 280.32º | 0.57% | 0.43% | - |
| HSV(B) | 280.32º | 0.72% | 0.68% | - |
| XYZ | 18.12 | 10.04 | 40.52 | - |
| YUV | 87.37 | 176.33 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 48 | 173 | 0.24 | 0.72 | 0 | 0.32 | 280.32 | 0.57 | 0.43 |
| Hex | 84 | 30 | AD | 18 | 48 | 0 | 20 | 118 | 39 | 2B |
| Octal | 204 | 60 | 255 | 30 | 110 | 0 | 40 | 430 | 71 | 53 |
| Binary | 10000100 | 110000 | 10101101 | 11000 | 1001000 | 0 | 100000 | 100011000 | 111001 | 101011 |
Color Harmonies of #8430AD
Complementary color
Monochromatic Colors of #8430AD
Black with #8430AD
Text Example
Text Example
White with #8430AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8430AD; }
p { color: rgb(132,48,173); }
H1.HeaderClassName
{
color: #8430AD;
}
.AnyTagClassName
{
color: #8430AD;
}
</style>
background-color css
<style>
a { background-color: #8430AD; }
a { background-color: rgb(132,48,173); }
div.DivClassName
{
background-color: #8430AD;
}
.BgClassName
{
background-color: #8430AD;
}
</style>
border-color css
<style>
span { border-color: #8430AD; }
span { border-color: rgb(132,48,173); }
td.TdClassName
{
border-color: #8430AD;
}
.TagClassName
{
border-color: #8430AD;
}
</style>