Shades of Vivid Violet #8323AF
Tints of Vivid Violet #8323AF
RGB
CMYK
RGB Variations
Color information
#8323AF (or 0x8323AF) is known color: Vivid Violet. HEX triplet: 83, 23 and AF. RGB value is (131,35,175). Sum of RGB (Red+Green+Blue) = 131+35+175=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #8323AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8323AF is #7CDC50. Grayscale: #4F4F4F. Windows color (decimal): -8182865 or 11477891. OLE color: 11477891.
HSL color Cylindrical-coordinate representation of color #8323AF: hue angle of 281.14º 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 #8323AF is Cyan = 0.25, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 35 | 175 | - |
| CMYK | 0.25 | 0.8 | 0 | 0.31 |
| HSL | 281.14º | 0.67% | 0.41% | - |
| HSV(B) | 281.14º | 0.8% | 0.69% | - |
| XYZ | 17.7 | 9.12 | 41.39 | - |
| YUV | 79.66 | 181.8 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 35 | 175 | 0.25 | 0.8 | 0 | 0.31 | 281.14 | 0.67 | 0.41 |
| Hex | 83 | 23 | AF | 19 | 50 | 0 | 1F | 119 | 43 | 29 |
| Octal | 203 | 43 | 257 | 31 | 120 | 0 | 37 | 431 | 103 | 51 |
| Binary | 10000011 | 100011 | 10101111 | 11001 | 1010000 | 0 | 11111 | 100011001 | 1000011 | 101001 |
Color Harmonies of #8323AF
Complementary color
Monochromatic Colors of #8323AF
Black with #8323AF
Text Example
Text Example
White with #8323AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8323AF; }
p { color: rgb(131,35,175); }
H1.HeaderClassName
{
color: #8323AF;
}
.AnyTagClassName
{
color: #8323AF;
}
</style>
background-color css
<style>
a { background-color: #8323AF; }
a { background-color: rgb(131,35,175); }
div.DivClassName
{
background-color: #8323AF;
}
.BgClassName
{
background-color: #8323AF;
}
</style>
border-color css
<style>
span { border-color: #8323AF; }
span { border-color: rgb(131,35,175); }
td.TdClassName
{
border-color: #8323AF;
}
.TagClassName
{
border-color: #8323AF;
}
</style>