Shades of Blue Violet #9510F1
Tints of Blue Violet #9510F1
RGB
CMYK
RGB Variations
Color information
#9510F1 (or 0x9510F1) is known color: Blue Violet. HEX triplet: 95, 10 and F1. RGB value is (149,16,241). Sum of RGB (Red+Green+Blue) = 149+16+241=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 16 (6.64% from 255 or 3.94% from 406); Blue value is 241 (94.53% from 255 or 59.36% from 406); Max value from RGB is 241 - color contains mainly: blue. Hex color #9510F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9510F1 is #6AEF0E. Grayscale: #505050. Windows color (decimal): -7008015 or 15798421. OLE color: 15798421.
HSL color Cylindrical-coordinate representation of color #9510F1: hue angle of 275.47º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9510F1 is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 16 | 241 | - |
| CMYK | 0.38 | 0.93 | 0 | 0.05 |
| HSL | 275.47º | 0.89% | 0.5% | - |
| HSV(B) | 275.47º | 0.93% | 0.95% | - |
| XYZ | 28.46 | 13.11 | 84.25 | - |
| YUV | 81.42 | 218.06 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 241 | 0.38 | 0.93 | 0 | 0.05 | 275.47 | 0.89 | 0.5 |
| Hex | 95 | 10 | F1 | 26 | 5D | 0 | 5 | 113 | 59 | 32 |
| Octal | 225 | 20 | 361 | 46 | 135 | 0 | 5 | 423 | 131 | 62 |
| Binary | 10010101 | 10000 | 11110001 | 100110 | 1011101 | 0 | 101 | 100010011 | 1011001 | 110010 |
Color Harmonies of #9510F1
Complementary color
Monochromatic Colors of #9510F1
Black with #9510F1
Text Example
Text Example
White with #9510F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9510F1; }
p { color: rgb(149,16,241); }
H1.HeaderClassName
{
color: #9510F1;
}
.AnyTagClassName
{
color: #9510F1;
}
</style>
background-color css
<style>
a { background-color: #9510F1; }
a { background-color: rgb(149,16,241); }
div.DivClassName
{
background-color: #9510F1;
}
.BgClassName
{
background-color: #9510F1;
}
</style>
border-color css
<style>
span { border-color: #9510F1; }
span { border-color: rgb(149,16,241); }
td.TdClassName
{
border-color: #9510F1;
}
.TagClassName
{
border-color: #9510F1;
}
</style>