Shades of Blue Violet #8510F1
Tints of Blue Violet #8510F1
RGB
CMYK
RGB Variations
Color information
#8510F1 (or 0x8510F1) is known color: Blue Violet. HEX triplet: 85, 10 and F1. RGB value is (133,16,241). Sum of RGB (Red+Green+Blue) = 133+16+241=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 16 (6.64% from 255 or 4.10% from 390); Blue value is 241 (94.53% from 255 or 61.79% from 390); Max value from RGB is 241 - color contains mainly: blue. Hex color #8510F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8510F1 is #7AEF0E. Grayscale: #4B4B4B. Windows color (decimal): -8056591 or 15798405. OLE color: 15798405.
HSL color Cylindrical-coordinate representation of color #8510F1: hue angle of 271.2º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8510F1 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 16 | 241 | - |
| CMYK | 0.45 | 0.93 | 0 | 0.05 |
| HSL | 271.2º | 0.89% | 0.5% | - |
| HSV(B) | 271.2º | 0.93% | 0.95% | - |
| XYZ | 25.74 | 11.71 | 84.12 | - |
| YUV | 76.63 | 220.76 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 16 | 241 | 0.45 | 0.93 | 0 | 0.05 | 271.2 | 0.89 | 0.5 |
| Hex | 85 | 10 | F1 | 2D | 5D | 0 | 5 | 10F | 59 | 32 |
| Octal | 205 | 20 | 361 | 55 | 135 | 0 | 5 | 417 | 131 | 62 |
| Binary | 10000101 | 10000 | 11110001 | 101101 | 1011101 | 0 | 101 | 100001111 | 1011001 | 110010 |
Color Harmonies of #8510F1
Complementary color
Monochromatic Colors of #8510F1
Black with #8510F1
Text Example
Text Example
White with #8510F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8510F1; }
p { color: rgb(133,16,241); }
H1.HeaderClassName
{
color: #8510F1;
}
.AnyTagClassName
{
color: #8510F1;
}
</style>
background-color css
<style>
a { background-color: #8510F1; }
a { background-color: rgb(133,16,241); }
div.DivClassName
{
background-color: #8510F1;
}
.BgClassName
{
background-color: #8510F1;
}
</style>
border-color css
<style>
span { border-color: #8510F1; }
span { border-color: rgb(133,16,241); }
td.TdClassName
{
border-color: #8510F1;
}
.TagClassName
{
border-color: #8510F1;
}
</style>