Shades of Blue Violet #9B31FF
Tints of Blue Violet #9B31FF
RGB
CMYK
RGB Variations
Color information
#9B31FF (or 0x9B31FF) is known color: Blue Violet. HEX triplet: 9B, 31 and FF. RGB value is (155,49,255). Sum of RGB (Red+Green+Blue) = 155+49+255=459 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.77% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B31FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B31FF is #64CE00. Grayscale: #676767. Windows color (decimal): -6606337 or 16724379. OLE color: 16724379.
HSL color Cylindrical-coordinate representation of color #9B31FF: hue angle of 270.87º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B31FF is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 49 | 255 | - |
| CMYK | 0.39 | 0.81 | 0 | 0 |
| HSL | 270.87º | 1% | 0.6% | - |
| HSV(B) | 270.87º | 0.81% | 1% | - |
| XYZ | 32.67 | 16.39 | 96.05 | - |
| YUV | 104.18 | 213.12 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 49 | 255 | 0.39 | 0.81 | 0 | 0 | 270.87 | 1 | 0.6 |
| Hex | 9B | 31 | FF | 27 | 51 | 0 | 0 | 10F | 64 | 3C |
| Octal | 233 | 61 | 377 | 47 | 121 | 0 | 0 | 417 | 144 | 74 |
| Binary | 10011011 | 110001 | 11111111 | 100111 | 1010001 | 0 | 0 | 100001111 | 1100100 | 111100 |
Color Harmonies of #9B31FF
Complementary color
Monochromatic Colors of #9B31FF
Black with #9B31FF
Text Example
Text Example
White with #9B31FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B31FF; }
p { color: rgb(155,49,255); }
H1.HeaderClassName
{
color: #9B31FF;
}
.AnyTagClassName
{
color: #9B31FF;
}
</style>
background-color css
<style>
a { background-color: #9B31FF; }
a { background-color: rgb(155,49,255); }
div.DivClassName
{
background-color: #9B31FF;
}
.BgClassName
{
background-color: #9B31FF;
}
</style>
border-color css
<style>
span { border-color: #9B31FF; }
span { border-color: rgb(155,49,255); }
td.TdClassName
{
border-color: #9B31FF;
}
.TagClassName
{
border-color: #9B31FF;
}
</style>