Shades of Vivid Violet #8325AB
Tints of Vivid Violet #8325AB
RGB
CMYK
RGB Variations
Color information
#8325AB (or 0x8325AB) is known color: Vivid Violet. HEX triplet: 83, 25 and AB. RGB value is (131,37,171). Sum of RGB (Red+Green+Blue) = 131+37+171=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #8325AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8325AB is #7CDA54. Grayscale: #4F4F4F. Windows color (decimal): -8182357 or 11216259. OLE color: 11216259.
HSL color Cylindrical-coordinate representation of color #8325AB: hue angle of 282.09º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8325AB is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 37 | 171 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.33 |
| HSL | 282.09º | 0.64% | 0.41% | - |
| HSV(B) | 282.09º | 0.78% | 0.67% | - |
| XYZ | 17.37 | 9.09 | 39.37 | - |
| YUV | 80.38 | 179.14 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 37 | 171 | 0.23 | 0.78 | 0 | 0.33 | 282.09 | 0.64 | 0.41 |
| Hex | 83 | 25 | AB | 17 | 4E | 0 | 21 | 11A | 40 | 29 |
| Octal | 203 | 45 | 253 | 27 | 116 | 0 | 41 | 432 | 100 | 51 |
| Binary | 10000011 | 100101 | 10101011 | 10111 | 1001110 | 0 | 100001 | 100011010 | 1000000 | 101001 |
Color Harmonies of #8325AB
Complementary color
Monochromatic Colors of #8325AB
Black with #8325AB
Text Example
Text Example
White with #8325AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8325AB; }
p { color: rgb(131,37,171); }
H1.HeaderClassName
{
color: #8325AB;
}
.AnyTagClassName
{
color: #8325AB;
}
</style>
background-color css
<style>
a { background-color: #8325AB; }
a { background-color: rgb(131,37,171); }
div.DivClassName
{
background-color: #8325AB;
}
.BgClassName
{
background-color: #8325AB;
}
</style>
border-color css
<style>
span { border-color: #8325AB; }
span { border-color: rgb(131,37,171); }
td.TdClassName
{
border-color: #8325AB;
}
.TagClassName
{
border-color: #8325AB;
}
</style>