Shades of Blue Violet #9511F8
Tints of Blue Violet #9511F8
RGB
CMYK
RGB Variations
Color information
#9511F8 (or 0x9511F8) is known color: Blue Violet. HEX triplet: 95, 11 and F8. RGB value is (149,17,248). Sum of RGB (Red+Green+Blue) = 149+17+248=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 17 (7.03% from 255 or 4.11% from 414); Blue value is 248 (97.27% from 255 or 59.90% from 414); Max value from RGB is 248 - color contains mainly: blue. Hex color #9511F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9511F8 is #6AEE07. Grayscale: #525252. Windows color (decimal): -7007752 or 16257429. OLE color: 16257429.
HSL color Cylindrical-coordinate representation of color #9511F8: hue angle of 274.29º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9511F8 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 149 | 17 | 248 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.03 |
| HSL | 274.29º | 0.94% | 0.52% | - |
| HSV(B) | 274.29º | 0.93% | 0.97% | - |
| XYZ | 29.54 | 13.57 | 89.87 | - |
| YUV | 82.8 | 221.23 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 17 | 248 | 0.40 | 0.93 | 0 | 0.03 | 274.29 | 0.94 | 0.52 |
| Hex | 95 | 11 | F8 | 28 | 5D | 0 | 3 | 112 | 5E | 34 |
| Octal | 225 | 21 | 370 | 50 | 135 | 0 | 3 | 422 | 136 | 64 |
| Binary | 10010101 | 10001 | 11111000 | 101000 | 1011101 | 0 | 11 | 100010010 | 1011110 | 110100 |
Color Harmonies of #9511F8
Complementary color
Monochromatic Colors of #9511F8
Black with #9511F8
Text Example
Text Example
White with #9511F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9511F8; }
p { color: rgb(149,17,248); }
H1.HeaderClassName
{
color: #9511F8;
}
.AnyTagClassName
{
color: #9511F8;
}
</style>
background-color css
<style>
a { background-color: #9511F8; }
a { background-color: rgb(149,17,248); }
div.DivClassName
{
background-color: #9511F8;
}
.BgClassName
{
background-color: #9511F8;
}
</style>
border-color css
<style>
span { border-color: #9511F8; }
span { border-color: rgb(149,17,248); }
td.TdClassName
{
border-color: #9511F8;
}
.TagClassName
{
border-color: #9511F8;
}
</style>