Shades of Vivid Violet #8423AD
Tints of Vivid Violet #8423AD
RGB
CMYK
RGB Variations
Color information
#8423AD (or 0x8423AD) is known color: Vivid Violet. HEX triplet: 84, 23 and AD. RGB value is (132,35,173). Sum of RGB (Red+Green+Blue) = 132+35+173=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #8423AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8423AD is #7BDC52. Grayscale: #4F4F4F. Windows color (decimal): -8117331 or 11346820. OLE color: 11346820.
HSL color Cylindrical-coordinate representation of color #8423AD: hue angle of 282.17º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8423AD is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 35 | 173 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.32 |
| HSL | 282.17º | 0.66% | 0.41% | - |
| HSV(B) | 282.17º | 0.8% | 0.68% | - |
| XYZ | 17.66 | 9.12 | 40.37 | - |
| YUV | 79.74 | 180.64 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 35 | 173 | 0.24 | 0.80 | 0 | 0.32 | 282.17 | 0.66 | 0.41 |
| Hex | 84 | 23 | AD | 18 | 50 | 0 | 20 | 11A | 42 | 29 |
| Octal | 204 | 43 | 255 | 30 | 120 | 0 | 40 | 432 | 102 | 51 |
| Binary | 10000100 | 100011 | 10101101 | 11000 | 1010000 | 0 | 100000 | 100011010 | 1000010 | 101001 |
Color Harmonies of #8423AD
Complementary color
Monochromatic Colors of #8423AD
Black with #8423AD
Text Example
Text Example
White with #8423AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8423AD; }
p { color: rgb(132,35,173); }
H1.HeaderClassName
{
color: #8423AD;
}
.AnyTagClassName
{
color: #8423AD;
}
</style>
background-color css
<style>
a { background-color: #8423AD; }
a { background-color: rgb(132,35,173); }
div.DivClassName
{
background-color: #8423AD;
}
.BgClassName
{
background-color: #8423AD;
}
</style>
border-color css
<style>
span { border-color: #8423AD; }
span { border-color: rgb(132,35,173); }
td.TdClassName
{
border-color: #8423AD;
}
.TagClassName
{
border-color: #8423AD;
}
</style>