Shades of Blue Violet #9915F6
Tints of Blue Violet #9915F6
RGB
CMYK
RGB Variations
Color information
#9915F6 (or 0x9915F6) is known color: Blue Violet. HEX triplet: 99, 15 and F6. RGB value is (153,21,246). Sum of RGB (Red+Green+Blue) = 153+21+246=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 246 (96.48% from 255 or 58.57% from 420); Max value from RGB is 246 - color contains mainly: blue. Hex color #9915F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9915F6 is #66EA09. Grayscale: #555555. Windows color (decimal): -6744586 or 16127385. OLE color: 16127385.
HSL color Cylindrical-coordinate representation of color #9915F6: hue angle of 275.2º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9915F6 is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 21 | 246 | - |
| CMYK | 0.38 | 0.91 | 0 | 0.04 |
| HSL | 275.2º | 0.93% | 0.52% | - |
| HSV(B) | 275.2º | 0.91% | 0.96% | - |
| XYZ | 30.04 | 13.96 | 88.3 | - |
| YUV | 86.12 | 218.23 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 21 | 246 | 0.38 | 0.91 | 0 | 0.04 | 275.2 | 0.93 | 0.52 |
| Hex | 99 | 15 | F6 | 26 | 5B | 0 | 4 | 113 | 5D | 34 |
| Octal | 231 | 25 | 366 | 46 | 133 | 0 | 4 | 423 | 135 | 64 |
| Binary | 10011001 | 10101 | 11110110 | 100110 | 1011011 | 0 | 100 | 100010011 | 1011101 | 110100 |
Color Harmonies of #9915F6
Complementary color
Monochromatic Colors of #9915F6
Black with #9915F6
Text Example
Text Example
White with #9915F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9915F6; }
p { color: rgb(153,21,246); }
H1.HeaderClassName
{
color: #9915F6;
}
.AnyTagClassName
{
color: #9915F6;
}
</style>
background-color css
<style>
a { background-color: #9915F6; }
a { background-color: rgb(153,21,246); }
div.DivClassName
{
background-color: #9915F6;
}
.BgClassName
{
background-color: #9915F6;
}
</style>
border-color css
<style>
span { border-color: #9915F6; }
span { border-color: rgb(153,21,246); }
td.TdClassName
{
border-color: #9915F6;
}
.TagClassName
{
border-color: #9915F6;
}
</style>