Shades of Vivid Violet #8335AB
Tints of Vivid Violet #8335AB
RGB
CMYK
RGB Variations
Color information
#8335AB (or 0x8335AB) is known color: Vivid Violet. HEX triplet: 83, 35 and AB. RGB value is (131,53,171). Sum of RGB (Red+Green+Blue) = 131+53+171=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #8335AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8335AB is #7CCA54. Grayscale: #595959. Windows color (decimal): -8178261 or 11220355. OLE color: 11220355.
HSL color Cylindrical-coordinate representation of color #8335AB: hue angle of 279.66º 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 #8335AB is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 53 | 171 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.33 |
| HSL | 279.66º | 0.53% | 0.44% | - |
| HSV(B) | 279.66º | 0.69% | 0.67% | - |
| XYZ | 17.98 | 10.31 | 39.57 | - |
| YUV | 89.77 | 173.84 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 53 | 171 | 0.23 | 0.69 | 0 | 0.33 | 279.66 | 0.53 | 0.44 |
| Hex | 83 | 35 | AB | 17 | 45 | 0 | 21 | 118 | 35 | 2C |
| Octal | 203 | 65 | 253 | 27 | 105 | 0 | 41 | 430 | 65 | 54 |
| Binary | 10000011 | 110101 | 10101011 | 10111 | 1000101 | 0 | 100001 | 100011000 | 110101 | 101100 |
Color Harmonies of #8335AB
Complementary color
Monochromatic Colors of #8335AB
Black with #8335AB
Text Example
Text Example
White with #8335AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8335AB; }
p { color: rgb(131,53,171); }
H1.HeaderClassName
{
color: #8335AB;
}
.AnyTagClassName
{
color: #8335AB;
}
</style>
background-color css
<style>
a { background-color: #8335AB; }
a { background-color: rgb(131,53,171); }
div.DivClassName
{
background-color: #8335AB;
}
.BgClassName
{
background-color: #8335AB;
}
</style>
border-color css
<style>
span { border-color: #8335AB; }
span { border-color: rgb(131,53,171); }
td.TdClassName
{
border-color: #8335AB;
}
.TagClassName
{
border-color: #8335AB;
}
</style>