Shades of Blue Violet #8518DA
Tints of Blue Violet #8518DA
RGB
CMYK
RGB Variations
Color information
#8518DA (or 0x8518DA) is known color: Blue Violet. HEX triplet: 85, 18 and DA. RGB value is (133,24,218). Sum of RGB (Red+Green+Blue) = 133+24+218=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #8518DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8518DA is #7AE725. Grayscale: #4E4E4E. Windows color (decimal): -8054566 or 14293125. OLE color: 14293125.
HSL color Cylindrical-coordinate representation of color #8518DA: hue angle of 273.71º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8518DA is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 24 | 218 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.15 |
| HSL | 273.71º | 0.8% | 0.47% | - |
| HSV(B) | 273.71º | 0.89% | 0.85% | - |
| XYZ | 22.65 | 10.7 | 67.2 | - |
| YUV | 78.71 | 206.61 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 24 | 218 | 0.39 | 0.89 | 0 | 0.15 | 273.71 | 0.8 | 0.47 |
| Hex | 85 | 18 | DA | 27 | 59 | 0 | F | 112 | 50 | 2F |
| Octal | 205 | 30 | 332 | 47 | 131 | 0 | 17 | 422 | 120 | 57 |
| Binary | 10000101 | 11000 | 11011010 | 100111 | 1011001 | 0 | 1111 | 100010010 | 1010000 | 101111 |
Color Harmonies of #8518DA
Complementary color
Monochromatic Colors of #8518DA
Black with #8518DA
Text Example
Text Example
White with #8518DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8518DA; }
p { color: rgb(133,24,218); }
H1.HeaderClassName
{
color: #8518DA;
}
.AnyTagClassName
{
color: #8518DA;
}
</style>
background-color css
<style>
a { background-color: #8518DA; }
a { background-color: rgb(133,24,218); }
div.DivClassName
{
background-color: #8518DA;
}
.BgClassName
{
background-color: #8518DA;
}
</style>
border-color css
<style>
span { border-color: #8518DA; }
span { border-color: rgb(133,24,218); }
td.TdClassName
{
border-color: #8518DA;
}
.TagClassName
{
border-color: #8518DA;
}
</style>