Shades of Vivid Violet #821BAC
Tints of Vivid Violet #821BAC
RGB
CMYK
RGB Variations
Color information
#821BAC (or 0x821BAC) is known color: Vivid Violet. HEX triplet: 82, 1B and AC. RGB value is (130,27,172). Sum of RGB (Red+Green+Blue) = 130+27+172=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 27 (10.94% from 255 or 8.21% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #821BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821BAC is #7DE453. Grayscale: #494949. Windows color (decimal): -8250452 or 11279234. OLE color: 11279234.
HSL color Cylindrical-coordinate representation of color #821BAC: hue angle of 282.62º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #821BAC is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 27 | 172 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.33 |
| HSL | 282.62º | 0.73% | 0.39% | - |
| HSV(B) | 282.62º | 0.84% | 0.67% | - |
| XYZ | 17.04 | 8.51 | 39.77 | - |
| YUV | 74.33 | 183.12 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 27 | 172 | 0.24 | 0.84 | 0 | 0.33 | 282.62 | 0.73 | 0.39 |
| Hex | 82 | 1B | AC | 18 | 54 | 0 | 21 | 11B | 49 | 27 |
| Octal | 202 | 33 | 254 | 30 | 124 | 0 | 41 | 433 | 111 | 47 |
| Binary | 10000010 | 11011 | 10101100 | 11000 | 1010100 | 0 | 100001 | 100011011 | 1001001 | 100111 |
Color Harmonies of #821BAC
Complementary color
Monochromatic Colors of #821BAC
Black with #821BAC
Text Example
Text Example
White with #821BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821BAC; }
p { color: rgb(130,27,172); }
H1.HeaderClassName
{
color: #821BAC;
}
.AnyTagClassName
{
color: #821BAC;
}
</style>
background-color css
<style>
a { background-color: #821BAC; }
a { background-color: rgb(130,27,172); }
div.DivClassName
{
background-color: #821BAC;
}
.BgClassName
{
background-color: #821BAC;
}
</style>
border-color css
<style>
span { border-color: #821BAC; }
span { border-color: rgb(130,27,172); }
td.TdClassName
{
border-color: #821BAC;
}
.TagClassName
{
border-color: #821BAC;
}
</style>