Shades of Blue Violet #8514DA
Tints of Blue Violet #8514DA
RGB
CMYK
RGB Variations
Color information
#8514DA (or 0x8514DA) is known color: Blue Violet. HEX triplet: 85, 14 and DA. RGB value is (133,20,218). Sum of RGB (Red+Green+Blue) = 133+20+218=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #8514DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8514DA is #7AEB25. Grayscale: #4B4B4B. Windows color (decimal): -8055590 or 14292101. OLE color: 14292101.
HSL color Cylindrical-coordinate representation of color #8514DA: hue angle of 274.24º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8514DA is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 20 | 218 | - |
| CMYK | 0.39 | 0.91 | 0 | 0.15 |
| HSL | 274.24º | 0.83% | 0.47% | - |
| HSV(B) | 274.24º | 0.91% | 0.85% | - |
| XYZ | 22.58 | 10.55 | 67.18 | - |
| YUV | 76.36 | 207.94 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 20 | 218 | 0.39 | 0.91 | 0 | 0.15 | 274.24 | 0.83 | 0.47 |
| Hex | 85 | 14 | DA | 27 | 5B | 0 | F | 112 | 53 | 2F |
| Octal | 205 | 24 | 332 | 47 | 133 | 0 | 17 | 422 | 123 | 57 |
| Binary | 10000101 | 10100 | 11011010 | 100111 | 1011011 | 0 | 1111 | 100010010 | 1010011 | 101111 |
Color Harmonies of #8514DA
Complementary color
Monochromatic Colors of #8514DA
Black with #8514DA
Text Example
Text Example
White with #8514DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8514DA; }
p { color: rgb(133,20,218); }
H1.HeaderClassName
{
color: #8514DA;
}
.AnyTagClassName
{
color: #8514DA;
}
</style>
background-color css
<style>
a { background-color: #8514DA; }
a { background-color: rgb(133,20,218); }
div.DivClassName
{
background-color: #8514DA;
}
.BgClassName
{
background-color: #8514DA;
}
</style>
border-color css
<style>
span { border-color: #8514DA; }
span { border-color: rgb(133,20,218); }
td.TdClassName
{
border-color: #8514DA;
}
.TagClassName
{
border-color: #8514DA;
}
</style>