Shades of Vivid Violet #8735AD
Tints of Vivid Violet #8735AD
RGB
CMYK
RGB Variations
Color information
#8735AD (or 0x8735AD) is known color: Vivid Violet. HEX triplet: 87, 35 and AD. RGB value is (135,53,173). Sum of RGB (Red+Green+Blue) = 135+53+173=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #8735AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8735AD is #78CA52. Grayscale: #5A5A5A. Windows color (decimal): -7916115 or 11351431. OLE color: 11351431.
HSL color Cylindrical-coordinate representation of color #8735AD: hue angle of 281º 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 #8735AD is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 53 | 173 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.32 |
| HSL | 281º | 0.53% | 0.44% | - |
| HSV(B) | 281º | 0.69% | 0.68% | - |
| XYZ | 18.81 | 10.71 | 40.61 | - |
| YUV | 91.2 | 174.17 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 53 | 173 | 0.22 | 0.69 | 0 | 0.32 | 281 | 0.53 | 0.44 |
| Hex | 87 | 35 | AD | 16 | 45 | 0 | 20 | 119 | 35 | 2C |
| Octal | 207 | 65 | 255 | 26 | 105 | 0 | 40 | 431 | 65 | 54 |
| Binary | 10000111 | 110101 | 10101101 | 10110 | 1000101 | 0 | 100000 | 100011001 | 110101 | 101100 |
Color Harmonies of #8735AD
Complementary color
Monochromatic Colors of #8735AD
Black with #8735AD
Text Example
Text Example
White with #8735AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8735AD; }
p { color: rgb(135,53,173); }
H1.HeaderClassName
{
color: #8735AD;
}
.AnyTagClassName
{
color: #8735AD;
}
</style>
background-color css
<style>
a { background-color: #8735AD; }
a { background-color: rgb(135,53,173); }
div.DivClassName
{
background-color: #8735AD;
}
.BgClassName
{
background-color: #8735AD;
}
</style>
border-color css
<style>
span { border-color: #8735AD; }
span { border-color: rgb(135,53,173); }
td.TdClassName
{
border-color: #8735AD;
}
.TagClassName
{
border-color: #8735AD;
}
</style>