Shades of Vivid Violet #8330AF
Tints of Vivid Violet #8330AF
RGB
CMYK
RGB Variations
Color information
#8330AF (or 0x8330AF) is known color: Vivid Violet. HEX triplet: 83, 30 and AF. RGB value is (131,48,175). Sum of RGB (Red+Green+Blue) = 131+48+175=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #8330AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8330AF is #7CCF50. Grayscale: #565656. Windows color (decimal): -8179537 or 11481219. OLE color: 11481219.
HSL color Cylindrical-coordinate representation of color #8330AF: hue angle of 279.21º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8330AF is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 48 | 175 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.31 |
| HSL | 279.21º | 0.57% | 0.44% | - |
| HSV(B) | 279.21º | 0.73% | 0.69% | - |
| XYZ | 18.15 | 10.03 | 41.54 | - |
| YUV | 87.3 | 177.5 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 48 | 175 | 0.25 | 0.73 | 0 | 0.31 | 279.21 | 0.57 | 0.44 |
| Hex | 83 | 30 | AF | 19 | 49 | 0 | 1F | 117 | 39 | 2C |
| Octal | 203 | 60 | 257 | 31 | 111 | 0 | 37 | 427 | 71 | 54 |
| Binary | 10000011 | 110000 | 10101111 | 11001 | 1001001 | 0 | 11111 | 100010111 | 111001 | 101100 |
Color Harmonies of #8330AF
Complementary color
Monochromatic Colors of #8330AF
Black with #8330AF
Text Example
Text Example
White with #8330AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8330AF; }
p { color: rgb(131,48,175); }
H1.HeaderClassName
{
color: #8330AF;
}
.AnyTagClassName
{
color: #8330AF;
}
</style>
background-color css
<style>
a { background-color: #8330AF; }
a { background-color: rgb(131,48,175); }
div.DivClassName
{
background-color: #8330AF;
}
.BgClassName
{
background-color: #8330AF;
}
</style>
border-color css
<style>
span { border-color: #8330AF; }
span { border-color: rgb(131,48,175); }
td.TdClassName
{
border-color: #8330AF;
}
.TagClassName
{
border-color: #8330AF;
}
</style>