Shades of Blue Violet #8511FA
Tints of Blue Violet #8511FA
RGB
CMYK
RGB Variations
Color information
#8511FA (or 0x8511FA) is known color: Blue Violet. HEX triplet: 85, 11 and FA. RGB value is (133,17,250). Sum of RGB (Red+Green+Blue) = 133+17+250=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 17 (7.03% from 255 or 4.25% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #8511FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8511FA is #7AEE05. Grayscale: #4D4D4D. Windows color (decimal): -8056326 or 16388485. OLE color: 16388485.
HSL color Cylindrical-coordinate representation of color #8511FA: hue angle of 269.87º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8511FA is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 17 | 250 | - |
| CMYK | 0.47 | 0.93 | 0 | 0.02 |
| HSL | 269.87º | 0.96% | 0.52% | - |
| HSV(B) | 269.87º | 0.93% | 0.98% | - |
| XYZ | 27.13 | 12.29 | 91.38 | - |
| YUV | 78.25 | 224.93 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 250 | 0.47 | 0.93 | 0 | 0.02 | 269.87 | 0.96 | 0.52 |
| Hex | 85 | 11 | FA | 2F | 5D | 0 | 2 | 10E | 60 | 34 |
| Octal | 205 | 21 | 372 | 57 | 135 | 0 | 2 | 416 | 140 | 64 |
| Binary | 10000101 | 10001 | 11111010 | 101111 | 1011101 | 0 | 10 | 100001110 | 1100000 | 110100 |
Color Harmonies of #8511FA
Complementary color
Monochromatic Colors of #8511FA
Black with #8511FA
Text Example
Text Example
White with #8511FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8511FA; }
p { color: rgb(133,17,250); }
H1.HeaderClassName
{
color: #8511FA;
}
.AnyTagClassName
{
color: #8511FA;
}
</style>
background-color css
<style>
a { background-color: #8511FA; }
a { background-color: rgb(133,17,250); }
div.DivClassName
{
background-color: #8511FA;
}
.BgClassName
{
background-color: #8511FA;
}
</style>
border-color css
<style>
span { border-color: #8511FA; }
span { border-color: rgb(133,17,250); }
td.TdClassName
{
border-color: #8511FA;
}
.TagClassName
{
border-color: #8511FA;
}
</style>