Shades of Blue Violet #8521CD
Tints of Blue Violet #8521CD
RGB
CMYK
RGB Variations
Color information
#8521CD (or 0x8521CD) is known color: Blue Violet. HEX triplet: 85, 21 and CD. RGB value is (133,33,205). Sum of RGB (Red+Green+Blue) = 133+33+205=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #8521CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8521CD is #7ADE32. Grayscale: #515151. Windows color (decimal): -8052275 or 13443461. OLE color: 13443461.
HSL color Cylindrical-coordinate representation of color #8521CD: hue angle of 274.88º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8521CD is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 33 | 205 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.20 |
| HSL | 274.88º | 0.72% | 0.47% | - |
| HSV(B) | 274.88º | 0.84% | 0.8% | - |
| XYZ | 21.24 | 10.48 | 58.66 | - |
| YUV | 82.51 | 197.13 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 33 | 205 | 0.35 | 0.84 | 0 | 0.20 | 274.88 | 0.72 | 0.47 |
| Hex | 85 | 21 | CD | 23 | 54 | 0 | 14 | 113 | 48 | 2F |
| Octal | 205 | 41 | 315 | 43 | 124 | 0 | 24 | 423 | 110 | 57 |
| Binary | 10000101 | 100001 | 11001101 | 100011 | 1010100 | 0 | 10100 | 100010011 | 1001000 | 101111 |
Color Harmonies of #8521CD
Complementary color
Monochromatic Colors of #8521CD
Black with #8521CD
Text Example
Text Example
White with #8521CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8521CD; }
p { color: rgb(133,33,205); }
H1.HeaderClassName
{
color: #8521CD;
}
.AnyTagClassName
{
color: #8521CD;
}
</style>
background-color css
<style>
a { background-color: #8521CD; }
a { background-color: rgb(133,33,205); }
div.DivClassName
{
background-color: #8521CD;
}
.BgClassName
{
background-color: #8521CD;
}
</style>
border-color css
<style>
span { border-color: #8521CD; }
span { border-color: rgb(133,33,205); }
td.TdClassName
{
border-color: #8521CD;
}
.TagClassName
{
border-color: #8521CD;
}
</style>