Shades of Vivid Violet #8435AD
Tints of Vivid Violet #8435AD
RGB
CMYK
RGB Variations
Color information
#8435AD (or 0x8435AD) is known color: Vivid Violet. HEX triplet: 84, 35 and AD. RGB value is (132,53,173). Sum of RGB (Red+Green+Blue) = 132+53+173=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #8435AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8435AD is #7BCA52. Grayscale: #595959. Windows color (decimal): -8112723 or 11351428. OLE color: 11351428.
HSL color Cylindrical-coordinate representation of color #8435AD: hue angle of 279.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8435AD is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 53 | 173 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.32 |
| HSL | 279.5º | 0.53% | 0.44% | - |
| HSV(B) | 279.5º | 0.69% | 0.68% | - |
| XYZ | 18.33 | 10.47 | 40.59 | - |
| YUV | 90.3 | 174.67 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 53 | 173 | 0.24 | 0.69 | 0 | 0.32 | 279.5 | 0.53 | 0.44 |
| Hex | 84 | 35 | AD | 18 | 45 | 0 | 20 | 118 | 35 | 2C |
| Octal | 204 | 65 | 255 | 30 | 105 | 0 | 40 | 430 | 65 | 54 |
| Binary | 10000100 | 110101 | 10101101 | 11000 | 1000101 | 0 | 100000 | 100011000 | 110101 | 101100 |
Color Harmonies of #8435AD
Complementary color
Monochromatic Colors of #8435AD
Black with #8435AD
Text Example
Text Example
White with #8435AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8435AD; }
p { color: rgb(132,53,173); }
H1.HeaderClassName
{
color: #8435AD;
}
.AnyTagClassName
{
color: #8435AD;
}
</style>
background-color css
<style>
a { background-color: #8435AD; }
a { background-color: rgb(132,53,173); }
div.DivClassName
{
background-color: #8435AD;
}
.BgClassName
{
background-color: #8435AD;
}
</style>
border-color css
<style>
span { border-color: #8435AD; }
span { border-color: rgb(132,53,173); }
td.TdClassName
{
border-color: #8435AD;
}
.TagClassName
{
border-color: #8435AD;
}
</style>