Shades of Blue Violet #8514DE
Tints of Blue Violet #8514DE
RGB
CMYK
RGB Variations
Color information
#8514DE (or 0x8514DE) is known color: Blue Violet. HEX triplet: 85, 14 and DE. RGB value is (133,20,222). Sum of RGB (Red+Green+Blue) = 133+20+222=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 222 (87.11% from 255 or 59.2% from 375); Max value from RGB is 222 - color contains mainly: blue. Hex color #8514DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8514DE is #7AEB21. Grayscale: #4C4C4C. Windows color (decimal): -8055586 or 14554245. OLE color: 14554245.
HSL color Cylindrical-coordinate representation of color #8514DE: hue angle of 273.56º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8514DE is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 20 | 222 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.13 |
| HSL | 273.56º | 0.83% | 0.47% | - |
| HSV(B) | 273.56º | 0.91% | 0.87% | - |
| XYZ | 23.11 | 10.76 | 69.97 | - |
| YUV | 76.82 | 209.94 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 20 | 222 | 0.40 | 0.91 | 0 | 0.13 | 273.56 | 0.83 | 0.47 |
| Hex | 85 | 14 | DE | 28 | 5B | 0 | D | 112 | 53 | 2F |
| Octal | 205 | 24 | 336 | 50 | 133 | 0 | 15 | 422 | 123 | 57 |
| Binary | 10000101 | 10100 | 11011110 | 101000 | 1011011 | 0 | 1101 | 100010010 | 1010011 | 101111 |
Color Harmonies of #8514DE
Complementary color
Monochromatic Colors of #8514DE
Black with #8514DE
Text Example
Text Example
White with #8514DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8514DE; }
p { color: rgb(133,20,222); }
H1.HeaderClassName
{
color: #8514DE;
}
.AnyTagClassName
{
color: #8514DE;
}
</style>
background-color css
<style>
a { background-color: #8514DE; }
a { background-color: rgb(133,20,222); }
div.DivClassName
{
background-color: #8514DE;
}
.BgClassName
{
background-color: #8514DE;
}
</style>
border-color css
<style>
span { border-color: #8514DE; }
span { border-color: rgb(133,20,222); }
td.TdClassName
{
border-color: #8514DE;
}
.TagClassName
{
border-color: #8514DE;
}
</style>