Shades of Blue Violet #8510F3
Tints of Blue Violet #8510F3
RGB
CMYK
RGB Variations
Color information
#8510F3 (or 0x8510F3) is known color: Blue Violet. HEX triplet: 85, 10 and F3. RGB value is (133,16,243). Sum of RGB (Red+Green+Blue) = 133+16+243=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 16 (6.64% from 255 or 4.08% from 392); Blue value is 243 (95.31% from 255 or 61.99% from 392); Max value from RGB is 243 - color contains mainly: blue. Hex color #8510F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8510F3 is #7AEF0C. Grayscale: #4C4C4C. Windows color (decimal): -8056589 or 15929477. OLE color: 15929477.
HSL color Cylindrical-coordinate representation of color #8510F3: hue angle of 270.93º degrees, saturation: 0.9, 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 #8510F3 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 16 | 243 | - |
| CMYK | 0.45 | 0.93 | 0 | 0.05 |
| HSL | 270.93º | 0.9% | 0.51% | - |
| HSV(B) | 270.93º | 0.93% | 0.95% | - |
| XYZ | 26.04 | 11.83 | 85.7 | - |
| YUV | 76.86 | 221.76 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 16 | 243 | 0.45 | 0.93 | 0 | 0.05 | 270.93 | 0.9 | 0.51 |
| Hex | 85 | 10 | F3 | 2D | 5D | 0 | 5 | 10F | 5A | 33 |
| Octal | 205 | 20 | 363 | 55 | 135 | 0 | 5 | 417 | 132 | 63 |
| Binary | 10000101 | 10000 | 11110011 | 101101 | 1011101 | 0 | 101 | 100001111 | 1011010 | 110011 |
Color Harmonies of #8510F3
Complementary color
Monochromatic Colors of #8510F3
Black with #8510F3
Text Example
Text Example
White with #8510F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8510F3; }
p { color: rgb(133,16,243); }
H1.HeaderClassName
{
color: #8510F3;
}
.AnyTagClassName
{
color: #8510F3;
}
</style>
background-color css
<style>
a { background-color: #8510F3; }
a { background-color: rgb(133,16,243); }
div.DivClassName
{
background-color: #8510F3;
}
.BgClassName
{
background-color: #8510F3;
}
</style>
border-color css
<style>
span { border-color: #8510F3; }
span { border-color: rgb(133,16,243); }
td.TdClassName
{
border-color: #8510F3;
}
.TagClassName
{
border-color: #8510F3;
}
</style>