Shades of Vivid Violet #8232AB
Tints of Vivid Violet #8232AB
RGB
CMYK
RGB Variations
Color information
#8232AB (or 0x8232AB) is known color: Vivid Violet. HEX triplet: 82, 32 and AB. RGB value is (130,50,171). Sum of RGB (Red+Green+Blue) = 130+50+171=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #8232AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8232AB is #7DCD54. Grayscale: #575757. Windows color (decimal): -8244565 or 11219586. OLE color: 11219586.
HSL color Cylindrical-coordinate representation of color #8232AB: hue angle of 279.67º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8232AB is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 50 | 171 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.33 |
| HSL | 279.67º | 0.55% | 0.43% | - |
| HSV(B) | 279.67º | 0.71% | 0.67% | - |
| XYZ | 17.7 | 9.97 | 39.52 | - |
| YUV | 87.71 | 175 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 50 | 171 | 0.24 | 0.71 | 0 | 0.33 | 279.67 | 0.55 | 0.43 |
| Hex | 82 | 32 | AB | 18 | 47 | 0 | 21 | 118 | 37 | 2B |
| Octal | 202 | 62 | 253 | 30 | 107 | 0 | 41 | 430 | 67 | 53 |
| Binary | 10000010 | 110010 | 10101011 | 11000 | 1000111 | 0 | 100001 | 100011000 | 110111 | 101011 |
Color Harmonies of #8232AB
Complementary color
Monochromatic Colors of #8232AB
Black with #8232AB
Text Example
Text Example
White with #8232AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8232AB; }
p { color: rgb(130,50,171); }
H1.HeaderClassName
{
color: #8232AB;
}
.AnyTagClassName
{
color: #8232AB;
}
</style>
background-color css
<style>
a { background-color: #8232AB; }
a { background-color: rgb(130,50,171); }
div.DivClassName
{
background-color: #8232AB;
}
.BgClassName
{
background-color: #8232AB;
}
</style>
border-color css
<style>
span { border-color: #8232AB; }
span { border-color: rgb(130,50,171); }
td.TdClassName
{
border-color: #8232AB;
}
.TagClassName
{
border-color: #8232AB;
}
</style>