Shades of Vivid Violet #8423AA
Tints of Vivid Violet #8423AA
RGB
CMYK
RGB Variations
Color information
#8423AA (or 0x8423AA) is known color: Vivid Violet. HEX triplet: 84, 23 and AA. RGB value is (132,35,170). Sum of RGB (Red+Green+Blue) = 132+35+170=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #8423AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8423AA is #7BDC55. Grayscale: #4E4E4E. Windows color (decimal): -8117334 or 11150212. OLE color: 11150212.
HSL color Cylindrical-coordinate representation of color #8423AA: hue angle of 283.11º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8423AA is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 35 | 170 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.33 |
| HSL | 283.11º | 0.66% | 0.4% | - |
| HSV(B) | 283.11º | 0.79% | 0.67% | - |
| XYZ | 17.37 | 9.01 | 38.85 | - |
| YUV | 79.39 | 179.14 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 35 | 170 | 0.22 | 0.79 | 0 | 0.33 | 283.11 | 0.66 | 0.4 |
| Hex | 84 | 23 | AA | 16 | 4F | 0 | 21 | 11B | 42 | 28 |
| Octal | 204 | 43 | 252 | 26 | 117 | 0 | 41 | 433 | 102 | 50 |
| Binary | 10000100 | 100011 | 10101010 | 10110 | 1001111 | 0 | 100001 | 100011011 | 1000010 | 101000 |
Color Harmonies of #8423AA
Complementary color
Monochromatic Colors of #8423AA
Black with #8423AA
Text Example
Text Example
White with #8423AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8423AA; }
p { color: rgb(132,35,170); }
H1.HeaderClassName
{
color: #8423AA;
}
.AnyTagClassName
{
color: #8423AA;
}
</style>
background-color css
<style>
a { background-color: #8423AA; }
a { background-color: rgb(132,35,170); }
div.DivClassName
{
background-color: #8423AA;
}
.BgClassName
{
background-color: #8423AA;
}
</style>
border-color css
<style>
span { border-color: #8423AA; }
span { border-color: rgb(132,35,170); }
td.TdClassName
{
border-color: #8423AA;
}
.TagClassName
{
border-color: #8423AA;
}
</style>