Shades of Blue Violet #9915FE
Tints of Blue Violet #9915FE
RGB
CMYK
RGB Variations
Color information
#9915FE (or 0x9915FE) is known color: Blue Violet. HEX triplet: 99, 15 and FE. RGB value is (153,21,254). Sum of RGB (Red+Green+Blue) = 153+21+254=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 21 (8.59% from 255 or 4.91% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #9915FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9915FE is #66EA01. Grayscale: #565656. Windows color (decimal): -6744578 or 16651673. OLE color: 16651673.
HSL color Cylindrical-coordinate representation of color #9915FE: hue angle of 273.99º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9915FE is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 21 | 254 | - |
| CMYK | 0.40 | 0.92 | 0 | 0.00 |
| HSL | 273.99º | 0.99% | 0.54% | - |
| HSV(B) | 273.99º | 0.92% | 1% | - |
| XYZ | 31.29 | 14.46 | 94.91 | - |
| YUV | 87.03 | 222.23 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 21 | 254 | 0.40 | 0.92 | 0 | 0.00 | 273.99 | 0.99 | 0.54 |
| Hex | 99 | 15 | FE | 28 | 5C | 0 | 0 | 112 | 63 | 36 |
| Octal | 231 | 25 | 376 | 50 | 134 | 0 | 0 | 422 | 143 | 66 |
| Binary | 10011001 | 10101 | 11111110 | 101000 | 1011100 | 0 | 0 | 100010010 | 1100011 | 110110 |
Color Harmonies of #9915FE
Complementary color
Monochromatic Colors of #9915FE
Black with #9915FE
Text Example
Text Example
White with #9915FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9915FE; }
p { color: rgb(153,21,254); }
H1.HeaderClassName
{
color: #9915FE;
}
.AnyTagClassName
{
color: #9915FE;
}
</style>
background-color css
<style>
a { background-color: #9915FE; }
a { background-color: rgb(153,21,254); }
div.DivClassName
{
background-color: #9915FE;
}
.BgClassName
{
background-color: #9915FE;
}
</style>
border-color css
<style>
span { border-color: #9915FE; }
span { border-color: rgb(153,21,254); }
td.TdClassName
{
border-color: #9915FE;
}
.TagClassName
{
border-color: #9915FE;
}
</style>