Shades of Vivid Violet #8423AB
Tints of Vivid Violet #8423AB
RGB
CMYK
RGB Variations
Color information
#8423AB (or 0x8423AB) is known color: Vivid Violet. HEX triplet: 84, 23 and AB. RGB value is (132,35,171). Sum of RGB (Red+Green+Blue) = 132+35+171=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #8423AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8423AB is #7BDC54. Grayscale: #4F4F4F. Windows color (decimal): -8117333 or 11215748. OLE color: 11215748.
HSL color Cylindrical-coordinate representation of color #8423AB: hue angle of 282.79º 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 #8423AB is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 35 | 171 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.33 |
| HSL | 282.79º | 0.66% | 0.4% | - |
| HSV(B) | 282.79º | 0.8% | 0.67% | - |
| XYZ | 17.47 | 9.05 | 39.35 | - |
| YUV | 79.51 | 179.64 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 35 | 171 | 0.23 | 0.80 | 0 | 0.33 | 282.79 | 0.66 | 0.4 |
| Hex | 84 | 23 | AB | 17 | 50 | 0 | 21 | 11B | 42 | 28 |
| Octal | 204 | 43 | 253 | 27 | 120 | 0 | 41 | 433 | 102 | 50 |
| Binary | 10000100 | 100011 | 10101011 | 10111 | 1010000 | 0 | 100001 | 100011011 | 1000010 | 101000 |
Color Harmonies of #8423AB
Complementary color
Monochromatic Colors of #8423AB
Black with #8423AB
Text Example
Text Example
White with #8423AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8423AB; }
p { color: rgb(132,35,171); }
H1.HeaderClassName
{
color: #8423AB;
}
.AnyTagClassName
{
color: #8423AB;
}
</style>
background-color css
<style>
a { background-color: #8423AB; }
a { background-color: rgb(132,35,171); }
div.DivClassName
{
background-color: #8423AB;
}
.BgClassName
{
background-color: #8423AB;
}
</style>
border-color css
<style>
span { border-color: #8423AB; }
span { border-color: rgb(132,35,171); }
td.TdClassName
{
border-color: #8423AB;
}
.TagClassName
{
border-color: #8423AB;
}
</style>