Shades of Blue Violet #8521CC
Tints of Blue Violet #8521CC
RGB
CMYK
RGB Variations
Color information
#8521CC (or 0x8521CC) is known color: Blue Violet. HEX triplet: 85, 21 and CC. RGB value is (133,33,204). Sum of RGB (Red+Green+Blue) = 133+33+204=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #8521CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8521CC is #7ADE33. Grayscale: #515151. Windows color (decimal): -8052276 or 13377925. OLE color: 13377925.
HSL color Cylindrical-coordinate representation of color #8521CC: hue angle of 275.09º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8521CC is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 33 | 204 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.2 |
| HSL | 275.09º | 0.72% | 0.46% | - |
| HSV(B) | 275.09º | 0.84% | 0.8% | - |
| XYZ | 21.12 | 10.43 | 58.03 | - |
| YUV | 82.39 | 196.63 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 33 | 204 | 0.35 | 0.84 | 0 | 0.2 | 275.09 | 0.72 | 0.46 |
| Hex | 85 | 21 | CC | 23 | 54 | 0 | 14 | 113 | 48 | 2E |
| Octal | 205 | 41 | 314 | 43 | 124 | 0 | 24 | 423 | 110 | 56 |
| Binary | 10000101 | 100001 | 11001100 | 100011 | 1010100 | 0 | 10100 | 100010011 | 1001000 | 101110 |
Color Harmonies of #8521CC
Complementary color
Monochromatic Colors of #8521CC
Black with #8521CC
Text Example
Text Example
White with #8521CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8521CC; }
p { color: rgb(133,33,204); }
H1.HeaderClassName
{
color: #8521CC;
}
.AnyTagClassName
{
color: #8521CC;
}
</style>
background-color css
<style>
a { background-color: #8521CC; }
a { background-color: rgb(133,33,204); }
div.DivClassName
{
background-color: #8521CC;
}
.BgClassName
{
background-color: #8521CC;
}
</style>
border-color css
<style>
span { border-color: #8521CC; }
span { border-color: rgb(133,33,204); }
td.TdClassName
{
border-color: #8521CC;
}
.TagClassName
{
border-color: #8521CC;
}
</style>