Shades of Vivid Violet #8434AF
Tints of Vivid Violet #8434AF
RGB
CMYK
RGB Variations
Color information
#8434AF (or 0x8434AF) is known color: Vivid Violet. HEX triplet: 84, 34 and AF. RGB value is (132,52,175). Sum of RGB (Red+Green+Blue) = 132+52+175=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #8434AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8434AF is #7BCB50. Grayscale: #595959. Windows color (decimal): -8112977 or 11482244. OLE color: 11482244.
HSL color Cylindrical-coordinate representation of color #8434AF: hue angle of 279.02º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8434AF is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 52 | 175 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.31 |
| HSL | 279.02º | 0.54% | 0.45% | - |
| HSV(B) | 279.02º | 0.7% | 0.69% | - |
| XYZ | 18.48 | 10.46 | 41.6 | - |
| YUV | 89.94 | 176 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 52 | 175 | 0.25 | 0.70 | 0 | 0.31 | 279.02 | 0.54 | 0.45 |
| Hex | 84 | 34 | AF | 19 | 46 | 0 | 1F | 117 | 36 | 2D |
| Octal | 204 | 64 | 257 | 31 | 106 | 0 | 37 | 427 | 66 | 55 |
| Binary | 10000100 | 110100 | 10101111 | 11001 | 1000110 | 0 | 11111 | 100010111 | 110110 | 101101 |
Color Harmonies of #8434AF
Complementary color
Monochromatic Colors of #8434AF
Black with #8434AF
Text Example
Text Example
White with #8434AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8434AF; }
p { color: rgb(132,52,175); }
H1.HeaderClassName
{
color: #8434AF;
}
.AnyTagClassName
{
color: #8434AF;
}
</style>
background-color css
<style>
a { background-color: #8434AF; }
a { background-color: rgb(132,52,175); }
div.DivClassName
{
background-color: #8434AF;
}
.BgClassName
{
background-color: #8434AF;
}
</style>
border-color css
<style>
span { border-color: #8434AF; }
span { border-color: rgb(132,52,175); }
td.TdClassName
{
border-color: #8434AF;
}
.TagClassName
{
border-color: #8434AF;
}
</style>