Shades of Blue Violet #9515FF
Tints of Blue Violet #9515FF
RGB
CMYK
RGB Variations
Color information
#9515FF (or 0x9515FF) is known color: Blue Violet. HEX triplet: 95, 15 and FF. RGB value is (149,21,255). Sum of RGB (Red+Green+Blue) = 149+21+255=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 21 (8.59% from 255 or 4.94% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #9515FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9515FF is #6AEA00. Grayscale: #555555. Windows color (decimal): -7006721 or 16717205. OLE color: 16717205.
HSL color Cylindrical-coordinate representation of color #9515FF: hue angle of 272.82º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9515FF is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 21 | 255 | - |
| CMYK | 0.42 | 0.92 | 0 | 0 |
| HSL | 272.82º | 1% | 0.54% | - |
| HSV(B) | 272.82º | 0.92% | 1% | - |
| XYZ | 30.71 | 14.15 | 95.72 | - |
| YUV | 85.95 | 223.41 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 21 | 255 | 0.42 | 0.92 | 0 | 0 | 272.82 | 1 | 0.54 |
| Hex | 95 | 15 | FF | 2A | 5C | 0 | 0 | 111 | 64 | 36 |
| Octal | 225 | 25 | 377 | 52 | 134 | 0 | 0 | 421 | 144 | 66 |
| Binary | 10010101 | 10101 | 11111111 | 101010 | 1011100 | 0 | 0 | 100010001 | 1100100 | 110110 |
Color Harmonies of #9515FF
Complementary color
Monochromatic Colors of #9515FF
Black with #9515FF
Text Example
Text Example
White with #9515FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9515FF; }
p { color: rgb(149,21,255); }
H1.HeaderClassName
{
color: #9515FF;
}
.AnyTagClassName
{
color: #9515FF;
}
</style>
background-color css
<style>
a { background-color: #9515FF; }
a { background-color: rgb(149,21,255); }
div.DivClassName
{
background-color: #9515FF;
}
.BgClassName
{
background-color: #9515FF;
}
</style>
border-color css
<style>
span { border-color: #9515FF; }
span { border-color: rgb(149,21,255); }
td.TdClassName
{
border-color: #9515FF;
}
.TagClassName
{
border-color: #9515FF;
}
</style>