Shades of Vivid Violet #8334AD
Tints of Vivid Violet #8334AD
RGB
CMYK
RGB Variations
Color information
#8334AD (or 0x8334AD) is known color: Vivid Violet. HEX triplet: 83, 34 and AD. RGB value is (131,52,173). Sum of RGB (Red+Green+Blue) = 131+52+173=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #8334AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8334AD is #7CCB52. Grayscale: #595959. Windows color (decimal): -8178515 or 11351171. OLE color: 11351171.
HSL color Cylindrical-coordinate representation of color #8334AD: hue angle of 279.17º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8334AD is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 52 | 173 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.32 |
| HSL | 279.17º | 0.54% | 0.44% | - |
| HSV(B) | 279.17º | 0.7% | 0.68% | - |
| XYZ | 18.13 | 10.3 | 40.57 | - |
| YUV | 89.42 | 175.17 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 52 | 173 | 0.24 | 0.70 | 0 | 0.32 | 279.17 | 0.54 | 0.44 |
| Hex | 83 | 34 | AD | 18 | 46 | 0 | 20 | 117 | 36 | 2C |
| Octal | 203 | 64 | 255 | 30 | 106 | 0 | 40 | 427 | 66 | 54 |
| Binary | 10000011 | 110100 | 10101101 | 11000 | 1000110 | 0 | 100000 | 100010111 | 110110 | 101100 |
Color Harmonies of #8334AD
Complementary color
Monochromatic Colors of #8334AD
Black with #8334AD
Text Example
Text Example
White with #8334AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8334AD; }
p { color: rgb(131,52,173); }
H1.HeaderClassName
{
color: #8334AD;
}
.AnyTagClassName
{
color: #8334AD;
}
</style>
background-color css
<style>
a { background-color: #8334AD; }
a { background-color: rgb(131,52,173); }
div.DivClassName
{
background-color: #8334AD;
}
.BgClassName
{
background-color: #8334AD;
}
</style>
border-color css
<style>
span { border-color: #8334AD; }
span { border-color: rgb(131,52,173); }
td.TdClassName
{
border-color: #8334AD;
}
.TagClassName
{
border-color: #8334AD;
}
</style>