Shades of Blue Violet #8510F7
Tints of Blue Violet #8510F7
RGB
CMYK
RGB Variations
Color information
#8510F7 (or 0x8510F7) is known color: Blue Violet. HEX triplet: 85, 10 and F7. RGB value is (133,16,247). Sum of RGB (Red+Green+Blue) = 133+16+247=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 247 (96.88% from 255 or 62.37% from 396); Max value from RGB is 247 - color contains mainly: blue. Hex color #8510F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8510F7 is #7AEF08. Grayscale: #4C4C4C. Windows color (decimal): -8056585 or 16191621. OLE color: 16191621.
HSL color Cylindrical-coordinate representation of color #8510F7: hue angle of 270.39º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8510F7 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 16 | 247 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.03 |
| HSL | 270.39º | 0.94% | 0.52% | - |
| HSV(B) | 270.39º | 0.94% | 0.97% | - |
| XYZ | 26.65 | 12.07 | 88.92 | - |
| YUV | 77.32 | 223.76 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 16 | 247 | 0.46 | 0.94 | 0 | 0.03 | 270.39 | 0.94 | 0.52 |
| Hex | 85 | 10 | F7 | 2E | 5E | 0 | 3 | 10E | 5E | 34 |
| Octal | 205 | 20 | 367 | 56 | 136 | 0 | 3 | 416 | 136 | 64 |
| Binary | 10000101 | 10000 | 11110111 | 101110 | 1011110 | 0 | 11 | 100001110 | 1011110 | 110100 |
Color Harmonies of #8510F7
Complementary color
Monochromatic Colors of #8510F7
Black with #8510F7
Text Example
Text Example
White with #8510F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8510F7; }
p { color: rgb(133,16,247); }
H1.HeaderClassName
{
color: #8510F7;
}
.AnyTagClassName
{
color: #8510F7;
}
</style>
background-color css
<style>
a { background-color: #8510F7; }
a { background-color: rgb(133,16,247); }
div.DivClassName
{
background-color: #8510F7;
}
.BgClassName
{
background-color: #8510F7;
}
</style>
border-color css
<style>
span { border-color: #8510F7; }
span { border-color: rgb(133,16,247); }
td.TdClassName
{
border-color: #8510F7;
}
.TagClassName
{
border-color: #8510F7;
}
</style>