Shades of Vivid Violet #8333AD
Tints of Vivid Violet #8333AD
RGB
CMYK
RGB Variations
Color information
#8333AD (or 0x8333AD) is known color: Vivid Violet. HEX triplet: 83, 33 and AD. RGB value is (131,51,173). Sum of RGB (Red+Green+Blue) = 131+51+173=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #8333AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8333AD is #7CCC52. Grayscale: #585858. Windows color (decimal): -8178771 or 11350915. OLE color: 11350915.
HSL color Cylindrical-coordinate representation of color #8333AD: hue angle of 279.34º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8333AD is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 51 | 173 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.32 |
| HSL | 279.34º | 0.54% | 0.44% | - |
| HSV(B) | 279.34º | 0.71% | 0.68% | - |
| XYZ | 18.09 | 10.21 | 40.55 | - |
| YUV | 88.83 | 175.5 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 51 | 173 | 0.24 | 0.71 | 0 | 0.32 | 279.34 | 0.54 | 0.44 |
| Hex | 83 | 33 | AD | 18 | 47 | 0 | 20 | 117 | 36 | 2C |
| Octal | 203 | 63 | 255 | 30 | 107 | 0 | 40 | 427 | 66 | 54 |
| Binary | 10000011 | 110011 | 10101101 | 11000 | 1000111 | 0 | 100000 | 100010111 | 110110 | 101100 |
Color Harmonies of #8333AD
Complementary color
Monochromatic Colors of #8333AD
Black with #8333AD
Text Example
Text Example
White with #8333AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8333AD; }
p { color: rgb(131,51,173); }
H1.HeaderClassName
{
color: #8333AD;
}
.AnyTagClassName
{
color: #8333AD;
}
</style>
background-color css
<style>
a { background-color: #8333AD; }
a { background-color: rgb(131,51,173); }
div.DivClassName
{
background-color: #8333AD;
}
.BgClassName
{
background-color: #8333AD;
}
</style>
border-color css
<style>
span { border-color: #8333AD; }
span { border-color: rgb(131,51,173); }
td.TdClassName
{
border-color: #8333AD;
}
.TagClassName
{
border-color: #8333AD;
}
</style>