Shades of Blue Violet #8721CF
Tints of Blue Violet #8721CF
RGB
CMYK
RGB Variations
Color information
#8721CF (or 0x8721CF) is known color: Blue Violet. HEX triplet: 87, 21 and CF. RGB value is (135,33,207). Sum of RGB (Red+Green+Blue) = 135+33+207=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #8721CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8721CF is #78DE30. Grayscale: #525252. Windows color (decimal): -7921201 or 13574535. OLE color: 13574535.
HSL color Cylindrical-coordinate representation of color #8721CF: hue angle of 275.17º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8721CF is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 33 | 207 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.19 |
| HSL | 275.17º | 0.73% | 0.47% | - |
| HSV(B) | 275.17º | 0.84% | 0.81% | - |
| XYZ | 21.8 | 10.74 | 59.96 | - |
| YUV | 83.33 | 197.79 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 33 | 207 | 0.35 | 0.84 | 0 | 0.19 | 275.17 | 0.73 | 0.47 |
| Hex | 87 | 21 | CF | 23 | 54 | 0 | 13 | 113 | 48 | 2F |
| Octal | 207 | 41 | 317 | 43 | 124 | 0 | 23 | 423 | 110 | 57 |
| Binary | 10000111 | 100001 | 11001111 | 100011 | 1010100 | 0 | 10011 | 100010011 | 1001000 | 101111 |
Color Harmonies of #8721CF
Complementary color
Monochromatic Colors of #8721CF
Black with #8721CF
Text Example
Text Example
White with #8721CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8721CF; }
p { color: rgb(135,33,207); }
H1.HeaderClassName
{
color: #8721CF;
}
.AnyTagClassName
{
color: #8721CF;
}
</style>
background-color css
<style>
a { background-color: #8721CF; }
a { background-color: rgb(135,33,207); }
div.DivClassName
{
background-color: #8721CF;
}
.BgClassName
{
background-color: #8721CF;
}
</style>
border-color css
<style>
span { border-color: #8721CF; }
span { border-color: rgb(135,33,207); }
td.TdClassName
{
border-color: #8721CF;
}
.TagClassName
{
border-color: #8721CF;
}
</style>