Shades of Vivid Violet #8330AB
Tints of Vivid Violet #8330AB
RGB
CMYK
RGB Variations
Color information
#8330AB (or 0x8330AB) is known color: Vivid Violet. HEX triplet: 83, 30 and AB. RGB value is (131,48,171). Sum of RGB (Red+Green+Blue) = 131+48+171=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #8330AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8330AB is #7CCF54. Grayscale: #565656. Windows color (decimal): -8179541 or 11219075. OLE color: 11219075.
HSL color Cylindrical-coordinate representation of color #8330AB: hue angle of 280.49º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8330AB is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 48 | 171 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.33 |
| HSL | 280.49º | 0.56% | 0.43% | - |
| HSV(B) | 280.49º | 0.72% | 0.67% | - |
| XYZ | 17.77 | 9.88 | 39.5 | - |
| YUV | 86.84 | 175.5 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 48 | 171 | 0.23 | 0.72 | 0 | 0.33 | 280.49 | 0.56 | 0.43 |
| Hex | 83 | 30 | AB | 17 | 48 | 0 | 21 | 118 | 38 | 2B |
| Octal | 203 | 60 | 253 | 27 | 110 | 0 | 41 | 430 | 70 | 53 |
| Binary | 10000011 | 110000 | 10101011 | 10111 | 1001000 | 0 | 100001 | 100011000 | 111000 | 101011 |
Color Harmonies of #8330AB
Complementary color
Monochromatic Colors of #8330AB
Black with #8330AB
Text Example
Text Example
White with #8330AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8330AB; }
p { color: rgb(131,48,171); }
H1.HeaderClassName
{
color: #8330AB;
}
.AnyTagClassName
{
color: #8330AB;
}
</style>
background-color css
<style>
a { background-color: #8330AB; }
a { background-color: rgb(131,48,171); }
div.DivClassName
{
background-color: #8330AB;
}
.BgClassName
{
background-color: #8330AB;
}
</style>
border-color css
<style>
span { border-color: #8330AB; }
span { border-color: rgb(131,48,171); }
td.TdClassName
{
border-color: #8330AB;
}
.TagClassName
{
border-color: #8330AB;
}
</style>