Shades of Vivid Violet #8433AB
Tints of Vivid Violet #8433AB
RGB
CMYK
RGB Variations
Color information
#8433AB (or 0x8433AB) is known color: Vivid Violet. HEX triplet: 84, 33 and AB. RGB value is (132,51,171). Sum of RGB (Red+Green+Blue) = 132+51+171=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #8433AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8433AB is #7BCC54. Grayscale: #585858. Windows color (decimal): -8113237 or 11219844. OLE color: 11219844.
HSL color Cylindrical-coordinate representation of color #8433AB: hue angle of 280.5º 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 #8433AB is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 51 | 171 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.33 |
| HSL | 280.5º | 0.54% | 0.44% | - |
| HSV(B) | 280.5º | 0.7% | 0.67% | - |
| XYZ | 18.05 | 10.21 | 39.55 | - |
| YUV | 88.9 | 174.34 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 51 | 171 | 0.23 | 0.70 | 0 | 0.33 | 280.5 | 0.54 | 0.44 |
| Hex | 84 | 33 | AB | 17 | 46 | 0 | 21 | 118 | 36 | 2C |
| Octal | 204 | 63 | 253 | 27 | 106 | 0 | 41 | 430 | 66 | 54 |
| Binary | 10000100 | 110011 | 10101011 | 10111 | 1000110 | 0 | 100001 | 100011000 | 110110 | 101100 |
Color Harmonies of #8433AB
Complementary color
Monochromatic Colors of #8433AB
Black with #8433AB
Text Example
Text Example
White with #8433AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8433AB; }
p { color: rgb(132,51,171); }
H1.HeaderClassName
{
color: #8433AB;
}
.AnyTagClassName
{
color: #8433AB;
}
</style>
background-color css
<style>
a { background-color: #8433AB; }
a { background-color: rgb(132,51,171); }
div.DivClassName
{
background-color: #8433AB;
}
.BgClassName
{
background-color: #8433AB;
}
</style>
border-color css
<style>
span { border-color: #8433AB; }
span { border-color: rgb(132,51,171); }
td.TdClassName
{
border-color: #8433AB;
}
.TagClassName
{
border-color: #8433AB;
}
</style>