Shades of Vivid Violet #8423AF
Tints of Vivid Violet #8423AF
RGB
CMYK
RGB Variations
Color information
#8423AF (or 0x8423AF) is known color: Vivid Violet. HEX triplet: 84, 23 and AF. RGB value is (132,35,175). Sum of RGB (Red+Green+Blue) = 132+35+175=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #8423AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8423AF is #7BDC50. Grayscale: #4F4F4F. Windows color (decimal): -8117329 or 11477892. OLE color: 11477892.
HSL color Cylindrical-coordinate representation of color #8423AF: hue angle of 281.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8423AF is Cyan = 0.25, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 35 | 175 | - |
| CMYK | 0.25 | 0.8 | 0 | 0.31 |
| HSL | 281.57º | 0.67% | 0.41% | - |
| HSV(B) | 281.57º | 0.8% | 0.69% | - |
| XYZ | 17.85 | 9.2 | 41.39 | - |
| YUV | 79.96 | 181.64 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 35 | 175 | 0.25 | 0.8 | 0 | 0.31 | 281.57 | 0.67 | 0.41 |
| Hex | 84 | 23 | AF | 19 | 50 | 0 | 1F | 11A | 43 | 29 |
| Octal | 204 | 43 | 257 | 31 | 120 | 0 | 37 | 432 | 103 | 51 |
| Binary | 10000100 | 100011 | 10101111 | 11001 | 1010000 | 0 | 11111 | 100011010 | 1000011 | 101001 |
Color Harmonies of #8423AF
Complementary color
Monochromatic Colors of #8423AF
Black with #8423AF
Text Example
Text Example
White with #8423AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8423AF; }
p { color: rgb(132,35,175); }
H1.HeaderClassName
{
color: #8423AF;
}
.AnyTagClassName
{
color: #8423AF;
}
</style>
background-color css
<style>
a { background-color: #8423AF; }
a { background-color: rgb(132,35,175); }
div.DivClassName
{
background-color: #8423AF;
}
.BgClassName
{
background-color: #8423AF;
}
</style>
border-color css
<style>
span { border-color: #8423AF; }
span { border-color: rgb(132,35,175); }
td.TdClassName
{
border-color: #8423AF;
}
.TagClassName
{
border-color: #8423AF;
}
</style>