Shades of Blue Violet #821BCD
Tints of Blue Violet #821BCD
RGB
CMYK
RGB Variations
Color information
#821BCD (or 0x821BCD) is known color: Blue Violet. HEX triplet: 82, 1B and CD. RGB value is (130,27,205). Sum of RGB (Red+Green+Blue) = 130+27+205=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 27 (10.94% from 255 or 7.46% from 362); Blue value is 205 (80.47% from 255 or 56.63% from 362); Max value from RGB is 205 - color contains mainly: blue. Hex color #821BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821BCD is #7DE432. Grayscale: #4D4D4D. Windows color (decimal): -8250419 or 13441922. OLE color: 13441922.
HSL color Cylindrical-coordinate representation of color #821BCD: hue angle of 274.72º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #821BCD is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 27 | 205 | - |
| CMYK | 0.37 | 0.87 | 0 | 0.20 |
| HSL | 274.72º | 0.77% | 0.45% | - |
| HSV(B) | 274.72º | 0.87% | 0.8% | - |
| XYZ | 20.62 | 9.94 | 58.59 | - |
| YUV | 78.09 | 199.62 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 27 | 205 | 0.37 | 0.87 | 0 | 0.20 | 274.72 | 0.77 | 0.45 |
| Hex | 82 | 1B | CD | 25 | 57 | 0 | 14 | 113 | 4D | 2D |
| Octal | 202 | 33 | 315 | 45 | 127 | 0 | 24 | 423 | 115 | 55 |
| Binary | 10000010 | 11011 | 11001101 | 100101 | 1010111 | 0 | 10100 | 100010011 | 1001101 | 101101 |
Color Harmonies of #821BCD
Complementary color
Monochromatic Colors of #821BCD
Black with #821BCD
Text Example
Text Example
White with #821BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821BCD; }
p { color: rgb(130,27,205); }
H1.HeaderClassName
{
color: #821BCD;
}
.AnyTagClassName
{
color: #821BCD;
}
</style>
background-color css
<style>
a { background-color: #821BCD; }
a { background-color: rgb(130,27,205); }
div.DivClassName
{
background-color: #821BCD;
}
.BgClassName
{
background-color: #821BCD;
}
</style>
border-color css
<style>
span { border-color: #821BCD; }
span { border-color: rgb(130,27,205); }
td.TdClassName
{
border-color: #821BCD;
}
.TagClassName
{
border-color: #821BCD;
}
</style>