Shades of Blue Violet #9B15FF
Tints of Blue Violet #9B15FF
RGB
CMYK
RGB Variations
Color information
#9B15FF (or 0x9B15FF) is known color: Blue Violet. HEX triplet: 9B, 15 and FF. RGB value is (155,21,255). Sum of RGB (Red+Green+Blue) = 155+21+255=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 21 (8.59% from 255 or 4.87% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B15FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B15FF is #64EA00. Grayscale: #565656. Windows color (decimal): -6613505 or 16717211. OLE color: 16717211.
HSL color Cylindrical-coordinate representation of color #9B15FF: hue angle of 274.36º 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 #9B15FF is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 21 | 255 | - |
| CMYK | 0.39 | 0.92 | 0 | 0 |
| HSL | 274.36º | 1% | 0.54% | - |
| HSV(B) | 274.36º | 0.92% | 1% | - |
| XYZ | 31.84 | 14.72 | 95.77 | - |
| YUV | 87.74 | 222.39 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 21 | 255 | 0.39 | 0.92 | 0 | 0 | 274.36 | 1 | 0.54 |
| Hex | 9B | 15 | FF | 27 | 5C | 0 | 0 | 112 | 64 | 36 |
| Octal | 233 | 25 | 377 | 47 | 134 | 0 | 0 | 422 | 144 | 66 |
| Binary | 10011011 | 10101 | 11111111 | 100111 | 1011100 | 0 | 0 | 100010010 | 1100100 | 110110 |
Color Harmonies of #9B15FF
Complementary color
Monochromatic Colors of #9B15FF
Black with #9B15FF
Text Example
Text Example
White with #9B15FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B15FF; }
p { color: rgb(155,21,255); }
H1.HeaderClassName
{
color: #9B15FF;
}
.AnyTagClassName
{
color: #9B15FF;
}
</style>
background-color css
<style>
a { background-color: #9B15FF; }
a { background-color: rgb(155,21,255); }
div.DivClassName
{
background-color: #9B15FF;
}
.BgClassName
{
background-color: #9B15FF;
}
</style>
border-color css
<style>
span { border-color: #9B15FF; }
span { border-color: rgb(155,21,255); }
td.TdClassName
{
border-color: #9B15FF;
}
.TagClassName
{
border-color: #9B15FF;
}
</style>