Shades of Blue Violet #9915F8
Tints of Blue Violet #9915F8
RGB
CMYK
RGB Variations
Color information
#9915F8 (or 0x9915F8) is known color: Blue Violet. HEX triplet: 99, 15 and F8. RGB value is (153,21,248). Sum of RGB (Red+Green+Blue) = 153+21+248=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 21 (8.59% from 255 or 4.98% from 422); Blue value is 248 (97.27% from 255 or 58.77% from 422); Max value from RGB is 248 - color contains mainly: blue. Hex color #9915F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9915F8 is #66EA07. Grayscale: #555555. Windows color (decimal): -6744584 or 16258457. OLE color: 16258457.
HSL color Cylindrical-coordinate representation of color #9915F8: hue angle of 274.89º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9915F8 is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 153 | 21 | 248 | - |
| CMYK | 0.38 | 0.92 | 0 | 0.03 |
| HSL | 274.89º | 0.94% | 0.53% | - |
| HSV(B) | 274.89º | 0.92% | 0.97% | - |
| XYZ | 30.35 | 14.09 | 89.93 | - |
| YUV | 86.35 | 219.23 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 21 | 248 | 0.38 | 0.92 | 0 | 0.03 | 274.89 | 0.94 | 0.53 |
| Hex | 99 | 15 | F8 | 26 | 5C | 0 | 3 | 113 | 5E | 35 |
| Octal | 231 | 25 | 370 | 46 | 134 | 0 | 3 | 423 | 136 | 65 |
| Binary | 10011001 | 10101 | 11111000 | 100110 | 1011100 | 0 | 11 | 100010011 | 1011110 | 110101 |
Color Harmonies of #9915F8
Complementary color
Monochromatic Colors of #9915F8
Black with #9915F8
Text Example
Text Example
White with #9915F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9915F8; }
p { color: rgb(153,21,248); }
H1.HeaderClassName
{
color: #9915F8;
}
.AnyTagClassName
{
color: #9915F8;
}
</style>
background-color css
<style>
a { background-color: #9915F8; }
a { background-color: rgb(153,21,248); }
div.DivClassName
{
background-color: #9915F8;
}
.BgClassName
{
background-color: #9915F8;
}
</style>
border-color css
<style>
span { border-color: #9915F8; }
span { border-color: rgb(153,21,248); }
td.TdClassName
{
border-color: #9915F8;
}
.TagClassName
{
border-color: #9915F8;
}
</style>