Shades of Vivid Violet #8135AB
Tints of Vivid Violet #8135AB
RGB
CMYK
RGB Variations
Color information
#8135AB (or 0x8135AB) is known color: Vivid Violet. HEX triplet: 81, 35 and AB. RGB value is (129,53,171). Sum of RGB (Red+Green+Blue) = 129+53+171=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #8135AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8135AB is #7ECA54. Grayscale: #585858. Windows color (decimal): -8309333 or 11220353. OLE color: 11220353.
HSL color Cylindrical-coordinate representation of color #8135AB: hue angle of 278.64º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8135AB is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 53 | 171 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.33 |
| HSL | 278.64º | 0.53% | 0.44% | - |
| HSV(B) | 278.64º | 0.69% | 0.67% | - |
| XYZ | 17.68 | 10.15 | 39.56 | - |
| YUV | 89.18 | 174.18 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 53 | 171 | 0.25 | 0.69 | 0 | 0.33 | 278.64 | 0.53 | 0.44 |
| Hex | 81 | 35 | AB | 19 | 45 | 0 | 21 | 117 | 35 | 2C |
| Octal | 201 | 65 | 253 | 31 | 105 | 0 | 41 | 427 | 65 | 54 |
| Binary | 10000001 | 110101 | 10101011 | 11001 | 1000101 | 0 | 100001 | 100010111 | 110101 | 101100 |
Color Harmonies of #8135AB
Complementary color
Monochromatic Colors of #8135AB
Black with #8135AB
Text Example
Text Example
White with #8135AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8135AB; }
p { color: rgb(129,53,171); }
H1.HeaderClassName
{
color: #8135AB;
}
.AnyTagClassName
{
color: #8135AB;
}
</style>
background-color css
<style>
a { background-color: #8135AB; }
a { background-color: rgb(129,53,171); }
div.DivClassName
{
background-color: #8135AB;
}
.BgClassName
{
background-color: #8135AB;
}
</style>
border-color css
<style>
span { border-color: #8135AB; }
span { border-color: rgb(129,53,171); }
td.TdClassName
{
border-color: #8135AB;
}
.TagClassName
{
border-color: #8135AB;
}
</style>