Shades of Blue Violet #8519D0
Tints of Blue Violet #8519D0
RGB
CMYK
RGB Variations
Color information
#8519D0 (or 0x8519D0) is known color: Blue Violet. HEX triplet: 85, 19 and D0. RGB value is (133,25,208). Sum of RGB (Red+Green+Blue) = 133+25+208=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 208 (81.64% from 255 or 56.83% from 366); Max value from RGB is 208 - color contains mainly: blue. Hex color #8519D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8519D0 is #7AE62F. Grayscale: #4D4D4D. Windows color (decimal): -8054320 or 13638021. OLE color: 13638021.
HSL color Cylindrical-coordinate representation of color #8519D0: hue angle of 275.41º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8519D0 is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 25 | 208 | - |
| CMYK | 0.36 | 0.88 | 0 | 0.18 |
| HSL | 275.41º | 0.79% | 0.46% | - |
| HSV(B) | 275.41º | 0.88% | 0.82% | - |
| XYZ | 21.41 | 10.24 | 60.52 | - |
| YUV | 78.15 | 201.28 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 25 | 208 | 0.36 | 0.88 | 0 | 0.18 | 275.41 | 0.79 | 0.46 |
| Hex | 85 | 19 | D0 | 24 | 58 | 0 | 12 | 113 | 4F | 2E |
| Octal | 205 | 31 | 320 | 44 | 130 | 0 | 22 | 423 | 117 | 56 |
| Binary | 10000101 | 11001 | 11010000 | 100100 | 1011000 | 0 | 10010 | 100010011 | 1001111 | 101110 |
Color Harmonies of #8519D0
Complementary color
Monochromatic Colors of #8519D0
Black with #8519D0
Text Example
Text Example
White with #8519D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8519D0; }
p { color: rgb(133,25,208); }
H1.HeaderClassName
{
color: #8519D0;
}
.AnyTagClassName
{
color: #8519D0;
}
</style>
background-color css
<style>
a { background-color: #8519D0; }
a { background-color: rgb(133,25,208); }
div.DivClassName
{
background-color: #8519D0;
}
.BgClassName
{
background-color: #8519D0;
}
</style>
border-color css
<style>
span { border-color: #8519D0; }
span { border-color: rgb(133,25,208); }
td.TdClassName
{
border-color: #8519D0;
}
.TagClassName
{
border-color: #8519D0;
}
</style>