Shades of Blue Violet #821ACF
Tints of Blue Violet #821ACF
RGB
CMYK
RGB Variations
Color information
#821ACF (or 0x821ACF) is known color: Blue Violet. HEX triplet: 82, 1A and CF. RGB value is (130,26,207). Sum of RGB (Red+Green+Blue) = 130+26+207=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 26 (10.55% from 255 or 7.16% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #821ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821ACF is #7DE530. Grayscale: #4D4D4D. Windows color (decimal): -8250673 or 13572738. OLE color: 13572738.
HSL color Cylindrical-coordinate representation of color #821ACF: hue angle of 274.48º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #821ACF is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 26 | 207 | - |
| CMYK | 0.37 | 0.87 | 0 | 0.19 |
| HSL | 274.48º | 0.78% | 0.46% | - |
| HSV(B) | 274.48º | 0.87% | 0.81% | - |
| XYZ | 20.84 | 9.99 | 59.86 | - |
| YUV | 77.73 | 200.96 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 26 | 207 | 0.37 | 0.87 | 0 | 0.19 | 274.48 | 0.78 | 0.46 |
| Hex | 82 | 1A | CF | 25 | 57 | 0 | 13 | 112 | 4E | 2E |
| Octal | 202 | 32 | 317 | 45 | 127 | 0 | 23 | 422 | 116 | 56 |
| Binary | 10000010 | 11010 | 11001111 | 100101 | 1010111 | 0 | 10011 | 100010010 | 1001110 | 101110 |
Color Harmonies of #821ACF
Complementary color
Monochromatic Colors of #821ACF
Black with #821ACF
Text Example
Text Example
White with #821ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821ACF; }
p { color: rgb(130,26,207); }
H1.HeaderClassName
{
color: #821ACF;
}
.AnyTagClassName
{
color: #821ACF;
}
</style>
background-color css
<style>
a { background-color: #821ACF; }
a { background-color: rgb(130,26,207); }
div.DivClassName
{
background-color: #821ACF;
}
.BgClassName
{
background-color: #821ACF;
}
</style>
border-color css
<style>
span { border-color: #821ACF; }
span { border-color: rgb(130,26,207); }
td.TdClassName
{
border-color: #821ACF;
}
.TagClassName
{
border-color: #821ACF;
}
</style>