Shades of Blue Violet #8512F6
Tints of Blue Violet #8512F6
RGB
CMYK
RGB Variations
Color information
#8512F6 (or 0x8512F6) is known color: Blue Violet. HEX triplet: 85, 12 and F6. RGB value is (133,18,246). Sum of RGB (Red+Green+Blue) = 133+18+246=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 246 (96.48% from 255 or 61.96% from 397); Max value from RGB is 246 - color contains mainly: blue. Hex color #8512F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8512F6 is #7AED09. Grayscale: #4D4D4D. Windows color (decimal): -8056074 or 16126597. OLE color: 16126597.
HSL color Cylindrical-coordinate representation of color #8512F6: hue angle of 270.26º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8512F6 is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 18 | 246 | - |
| CMYK | 0.46 | 0.93 | 0 | 0.04 |
| HSL | 270.26º | 0.93% | 0.52% | - |
| HSV(B) | 270.26º | 0.93% | 0.96% | - |
| XYZ | 26.52 | 12.07 | 88.12 | - |
| YUV | 78.38 | 222.6 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 18 | 246 | 0.46 | 0.93 | 0 | 0.04 | 270.26 | 0.93 | 0.52 |
| Hex | 85 | 12 | F6 | 2E | 5D | 0 | 4 | 10E | 5D | 34 |
| Octal | 205 | 22 | 366 | 56 | 135 | 0 | 4 | 416 | 135 | 64 |
| Binary | 10000101 | 10010 | 11110110 | 101110 | 1011101 | 0 | 100 | 100001110 | 1011101 | 110100 |
Color Harmonies of #8512F6
Complementary color
Monochromatic Colors of #8512F6
Black with #8512F6
Text Example
Text Example
White with #8512F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8512F6; }
p { color: rgb(133,18,246); }
H1.HeaderClassName
{
color: #8512F6;
}
.AnyTagClassName
{
color: #8512F6;
}
</style>
background-color css
<style>
a { background-color: #8512F6; }
a { background-color: rgb(133,18,246); }
div.DivClassName
{
background-color: #8512F6;
}
.BgClassName
{
background-color: #8512F6;
}
</style>
border-color css
<style>
span { border-color: #8512F6; }
span { border-color: rgb(133,18,246); }
td.TdClassName
{
border-color: #8512F6;
}
.TagClassName
{
border-color: #8512F6;
}
</style>