Shades of Blue Violet #8512F1
Tints of Blue Violet #8512F1
RGB
CMYK
RGB Variations
Color information
#8512F1 (or 0x8512F1) is known color: Blue Violet. HEX triplet: 85, 12 and F1. RGB value is (133,18,241). Sum of RGB (Red+Green+Blue) = 133+18+241=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 18 (7.42% from 255 or 4.59% from 392); Blue value is 241 (94.53% from 255 or 61.48% from 392); Max value from RGB is 241 - color contains mainly: blue. Hex color #8512F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8512F1 is #7AED0E. Grayscale: #4D4D4D. Windows color (decimal): -8056079 or 15798917. OLE color: 15798917.
HSL color Cylindrical-coordinate representation of color #8512F1: hue angle of 270.94º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8512F1 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 18 | 241 | - |
| CMYK | 0.45 | 0.93 | 0 | 0.05 |
| HSL | 270.94º | 0.89% | 0.51% | - |
| HSV(B) | 270.94º | 0.93% | 0.95% | - |
| XYZ | 25.77 | 11.77 | 84.13 | - |
| YUV | 77.81 | 220.1 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 18 | 241 | 0.45 | 0.93 | 0 | 0.05 | 270.94 | 0.89 | 0.51 |
| Hex | 85 | 12 | F1 | 2D | 5D | 0 | 5 | 10F | 59 | 33 |
| Octal | 205 | 22 | 361 | 55 | 135 | 0 | 5 | 417 | 131 | 63 |
| Binary | 10000101 | 10010 | 11110001 | 101101 | 1011101 | 0 | 101 | 100001111 | 1011001 | 110011 |
Color Harmonies of #8512F1
Complementary color
Monochromatic Colors of #8512F1
Black with #8512F1
Text Example
Text Example
White with #8512F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8512F1; }
p { color: rgb(133,18,241); }
H1.HeaderClassName
{
color: #8512F1;
}
.AnyTagClassName
{
color: #8512F1;
}
</style>
background-color css
<style>
a { background-color: #8512F1; }
a { background-color: rgb(133,18,241); }
div.DivClassName
{
background-color: #8512F1;
}
.BgClassName
{
background-color: #8512F1;
}
</style>
border-color css
<style>
span { border-color: #8512F1; }
span { border-color: rgb(133,18,241); }
td.TdClassName
{
border-color: #8512F1;
}
.TagClassName
{
border-color: #8512F1;
}
</style>