Shades of Blue Violet #821BCA
Tints of Blue Violet #821BCA
RGB
CMYK
RGB Variations
Color information
#821BCA (or 0x821BCA) is known color: Blue Violet. HEX triplet: 82, 1B and CA. RGB value is (130,27,202). Sum of RGB (Red+Green+Blue) = 130+27+202=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 27 (10.94% from 255 or 7.52% from 359); Blue value is 202 (79.30% from 255 or 56.27% from 359); Max value from RGB is 202 - color contains mainly: blue. Hex color #821BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821BCA is #7DE435. Grayscale: #4D4D4D. Windows color (decimal): -8250422 or 13245314. OLE color: 13245314.
HSL color Cylindrical-coordinate representation of color #821BCA: hue angle of 275.31º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #821BCA is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 27 | 202 | - |
| CMYK | 0.36 | 0.87 | 0 | 0.21 |
| HSL | 275.31º | 0.76% | 0.45% | - |
| HSV(B) | 275.31º | 0.87% | 0.79% | - |
| XYZ | 20.26 | 9.79 | 56.7 | - |
| YUV | 77.75 | 198.12 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 27 | 202 | 0.36 | 0.87 | 0 | 0.21 | 275.31 | 0.76 | 0.45 |
| Hex | 82 | 1B | CA | 24 | 57 | 0 | 15 | 113 | 4C | 2D |
| Octal | 202 | 33 | 312 | 44 | 127 | 0 | 25 | 423 | 114 | 55 |
| Binary | 10000010 | 11011 | 11001010 | 100100 | 1010111 | 0 | 10101 | 100010011 | 1001100 | 101101 |
Color Harmonies of #821BCA
Complementary color
Monochromatic Colors of #821BCA
Black with #821BCA
Text Example
Text Example
White with #821BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821BCA; }
p { color: rgb(130,27,202); }
H1.HeaderClassName
{
color: #821BCA;
}
.AnyTagClassName
{
color: #821BCA;
}
</style>
background-color css
<style>
a { background-color: #821BCA; }
a { background-color: rgb(130,27,202); }
div.DivClassName
{
background-color: #821BCA;
}
.BgClassName
{
background-color: #821BCA;
}
</style>
border-color css
<style>
span { border-color: #821BCA; }
span { border-color: rgb(130,27,202); }
td.TdClassName
{
border-color: #821BCA;
}
.TagClassName
{
border-color: #821BCA;
}
</style>