Shades of Vivid Violet #8333AB
Tints of Vivid Violet #8333AB
RGB
CMYK
RGB Variations
Color information
#8333AB (or 0x8333AB) is known color: Vivid Violet. HEX triplet: 83, 33 and AB. RGB value is (131,51,171). Sum of RGB (Red+Green+Blue) = 131+51+171=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 51 (20.31% from 255 or 14.45% 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 #8333AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8333AB is #7CCC54. Grayscale: #585858. Windows color (decimal): -8178773 or 11219843. OLE color: 11219843.
HSL color Cylindrical-coordinate representation of color #8333AB: hue angle of 280º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8333AB is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 51 | 171 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.33 |
| HSL | 280º | 0.54% | 0.44% | - |
| HSV(B) | 280º | 0.7% | 0.67% | - |
| XYZ | 17.89 | 10.13 | 39.54 | - |
| YUV | 88.6 | 174.5 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 51 | 171 | 0.23 | 0.70 | 0 | 0.33 | 280 | 0.54 | 0.44 |
| Hex | 83 | 33 | AB | 17 | 46 | 0 | 21 | 118 | 36 | 2C |
| Octal | 203 | 63 | 253 | 27 | 106 | 0 | 41 | 430 | 66 | 54 |
| Binary | 10000011 | 110011 | 10101011 | 10111 | 1000110 | 0 | 100001 | 100011000 | 110110 | 101100 |
Color Harmonies of #8333AB
Complementary color
Monochromatic Colors of #8333AB
Black with #8333AB
Text Example
Text Example
White with #8333AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8333AB; }
p { color: rgb(131,51,171); }
H1.HeaderClassName
{
color: #8333AB;
}
.AnyTagClassName
{
color: #8333AB;
}
</style>
background-color css
<style>
a { background-color: #8333AB; }
a { background-color: rgb(131,51,171); }
div.DivClassName
{
background-color: #8333AB;
}
.BgClassName
{
background-color: #8333AB;
}
</style>
border-color css
<style>
span { border-color: #8333AB; }
span { border-color: rgb(131,51,171); }
td.TdClassName
{
border-color: #8333AB;
}
.TagClassName
{
border-color: #8333AB;
}
</style>