Shades of Blue Violet #8512FA
Tints of Blue Violet #8512FA
RGB
CMYK
RGB Variations
Color information
#8512FA (or 0x8512FA) is known color: Blue Violet. HEX triplet: 85, 12 and FA. RGB value is (133,18,250). Sum of RGB (Red+Green+Blue) = 133+18+250=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 18 (7.42% from 255 or 4.49% from 401); Blue value is 250 (98.05% from 255 or 62.34% from 401); Max value from RGB is 250 - color contains mainly: blue. Hex color #8512FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8512FA is #7AED05. Grayscale: #4E4E4E. Windows color (decimal): -8056070 or 16388741. OLE color: 16388741.
HSL color Cylindrical-coordinate representation of color #8512FA: hue angle of 269.74º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8512FA is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 18 | 250 | - |
| CMYK | 0.47 | 0.93 | 0 | 0.02 |
| HSL | 269.74º | 0.96% | 0.53% | - |
| HSV(B) | 269.74º | 0.93% | 0.98% | - |
| XYZ | 27.14 | 12.32 | 91.39 | - |
| YUV | 78.83 | 224.6 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 18 | 250 | 0.47 | 0.93 | 0 | 0.02 | 269.74 | 0.96 | 0.53 |
| Hex | 85 | 12 | FA | 2F | 5D | 0 | 2 | 10E | 60 | 35 |
| Octal | 205 | 22 | 372 | 57 | 135 | 0 | 2 | 416 | 140 | 65 |
| Binary | 10000101 | 10010 | 11111010 | 101111 | 1011101 | 0 | 10 | 100001110 | 1100000 | 110101 |
Color Harmonies of #8512FA
Complementary color
Monochromatic Colors of #8512FA
Black with #8512FA
Text Example
Text Example
White with #8512FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8512FA; }
p { color: rgb(133,18,250); }
H1.HeaderClassName
{
color: #8512FA;
}
.AnyTagClassName
{
color: #8512FA;
}
</style>
background-color css
<style>
a { background-color: #8512FA; }
a { background-color: rgb(133,18,250); }
div.DivClassName
{
background-color: #8512FA;
}
.BgClassName
{
background-color: #8512FA;
}
</style>
border-color css
<style>
span { border-color: #8512FA; }
span { border-color: rgb(133,18,250); }
td.TdClassName
{
border-color: #8512FA;
}
.TagClassName
{
border-color: #8512FA;
}
</style>