Shades of Blue Violet #8514DC
Tints of Blue Violet #8514DC
RGB
CMYK
RGB Variations
Color information
#8514DC (or 0x8514DC) is known color: Blue Violet. HEX triplet: 85, 14 and DC. RGB value is (133,20,220). Sum of RGB (Red+Green+Blue) = 133+20+220=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 20 (8.20% from 255 or 5.36% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #8514DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8514DC is #7AEB23. Grayscale: #4B4B4B. Windows color (decimal): -8055588 or 14423173. OLE color: 14423173.
HSL color Cylindrical-coordinate representation of color #8514DC: hue angle of 273.9º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8514DC is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 20 | 220 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.14 |
| HSL | 273.9º | 0.83% | 0.47% | - |
| HSV(B) | 273.9º | 0.91% | 0.86% | - |
| XYZ | 22.84 | 10.65 | 68.56 | - |
| YUV | 76.59 | 208.94 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 20 | 220 | 0.40 | 0.91 | 0 | 0.14 | 273.9 | 0.83 | 0.47 |
| Hex | 85 | 14 | DC | 28 | 5B | 0 | E | 112 | 53 | 2F |
| Octal | 205 | 24 | 334 | 50 | 133 | 0 | 16 | 422 | 123 | 57 |
| Binary | 10000101 | 10100 | 11011100 | 101000 | 1011011 | 0 | 1110 | 100010010 | 1010011 | 101111 |
Color Harmonies of #8514DC
Complementary color
Monochromatic Colors of #8514DC
Black with #8514DC
Text Example
Text Example
White with #8514DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8514DC; }
p { color: rgb(133,20,220); }
H1.HeaderClassName
{
color: #8514DC;
}
.AnyTagClassName
{
color: #8514DC;
}
</style>
background-color css
<style>
a { background-color: #8514DC; }
a { background-color: rgb(133,20,220); }
div.DivClassName
{
background-color: #8514DC;
}
.BgClassName
{
background-color: #8514DC;
}
</style>
border-color css
<style>
span { border-color: #8514DC; }
span { border-color: rgb(133,20,220); }
td.TdClassName
{
border-color: #8514DC;
}
.TagClassName
{
border-color: #8514DC;
}
</style>