Shades of Vivid Violet #8523AB
Tints of Vivid Violet #8523AB
RGB
CMYK
RGB Variations
Color information
#8523AB (or 0x8523AB) is known color: Vivid Violet. HEX triplet: 85, 23 and AB. RGB value is (133,35,171). Sum of RGB (Red+Green+Blue) = 133+35+171=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 35 (14.06% from 255 or 10.32% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #8523AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8523AB is #7ADC54. Grayscale: #4F4F4F. Windows color (decimal): -8051797 or 11215749. OLE color: 11215749.
HSL color Cylindrical-coordinate representation of color #8523AB: hue angle of 283.24º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8523AB is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 35 | 171 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.33 |
| HSL | 283.24º | 0.66% | 0.4% | - |
| HSV(B) | 283.24º | 0.8% | 0.67% | - |
| XYZ | 17.62 | 9.13 | 39.36 | - |
| YUV | 79.81 | 179.47 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 35 | 171 | 0.22 | 0.80 | 0 | 0.33 | 283.24 | 0.66 | 0.4 |
| Hex | 85 | 23 | AB | 16 | 50 | 0 | 21 | 11B | 42 | 28 |
| Octal | 205 | 43 | 253 | 26 | 120 | 0 | 41 | 433 | 102 | 50 |
| Binary | 10000101 | 100011 | 10101011 | 10110 | 1010000 | 0 | 100001 | 100011011 | 1000010 | 101000 |
Color Harmonies of #8523AB
Complementary color
Monochromatic Colors of #8523AB
Black with #8523AB
Text Example
Text Example
White with #8523AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8523AB; }
p { color: rgb(133,35,171); }
H1.HeaderClassName
{
color: #8523AB;
}
.AnyTagClassName
{
color: #8523AB;
}
</style>
background-color css
<style>
a { background-color: #8523AB; }
a { background-color: rgb(133,35,171); }
div.DivClassName
{
background-color: #8523AB;
}
.BgClassName
{
background-color: #8523AB;
}
</style>
border-color css
<style>
span { border-color: #8523AB; }
span { border-color: rgb(133,35,171); }
td.TdClassName
{
border-color: #8523AB;
}
.TagClassName
{
border-color: #8523AB;
}
</style>