Shades of Vivid Violet #8430AF
Tints of Vivid Violet #8430AF
RGB
CMYK
RGB Variations
Color information
#8430AF (or 0x8430AF) is known color: Vivid Violet. HEX triplet: 84, 30 and AF. RGB value is (132,48,175). Sum of RGB (Red+Green+Blue) = 132+48+175=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #8430AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8430AF is #7BCF50. Grayscale: #575757. Windows color (decimal): -8114001 or 11481220. OLE color: 11481220.
HSL color Cylindrical-coordinate representation of color #8430AF: hue angle of 279.69º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8430AF is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 48 | 175 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.31 |
| HSL | 279.69º | 0.57% | 0.44% | - |
| HSV(B) | 279.69º | 0.73% | 0.69% | - |
| XYZ | 18.31 | 10.11 | 41.54 | - |
| YUV | 87.59 | 177.33 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 48 | 175 | 0.25 | 0.73 | 0 | 0.31 | 279.69 | 0.57 | 0.44 |
| Hex | 84 | 30 | AF | 19 | 49 | 0 | 1F | 118 | 39 | 2C |
| Octal | 204 | 60 | 257 | 31 | 111 | 0 | 37 | 430 | 71 | 54 |
| Binary | 10000100 | 110000 | 10101111 | 11001 | 1001001 | 0 | 11111 | 100011000 | 111001 | 101100 |
Color Harmonies of #8430AF
Complementary color
Monochromatic Colors of #8430AF
Black with #8430AF
Text Example
Text Example
White with #8430AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8430AF; }
p { color: rgb(132,48,175); }
H1.HeaderClassName
{
color: #8430AF;
}
.AnyTagClassName
{
color: #8430AF;
}
</style>
background-color css
<style>
a { background-color: #8430AF; }
a { background-color: rgb(132,48,175); }
div.DivClassName
{
background-color: #8430AF;
}
.BgClassName
{
background-color: #8430AF;
}
</style>
border-color css
<style>
span { border-color: #8430AF; }
span { border-color: rgb(132,48,175); }
td.TdClassName
{
border-color: #8430AF;
}
.TagClassName
{
border-color: #8430AF;
}
</style>