Shades of Blue Violet #9B11FA
Tints of Blue Violet #9B11FA
RGB
CMYK
RGB Variations
Color information
#9B11FA (or 0x9B11FA) is known color: Blue Violet. HEX triplet: 9B, 11 and FA. RGB value is (155,17,250). Sum of RGB (Red+Green+Blue) = 155+17+250=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 17 (7.03% from 255 or 4.03% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #9B11FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B11FA is #64EE05. Grayscale: #545454. Windows color (decimal): -6614534 or 16388507. OLE color: 16388507.
HSL color Cylindrical-coordinate representation of color #9B11FA: hue angle of 275.54º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B11FA is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 17 | 250 | - |
| CMYK | 0.38 | 0.93 | 0 | 0.02 |
| HSL | 275.54º | 0.96% | 0.52% | - |
| HSV(B) | 275.54º | 0.93% | 0.98% | - |
| XYZ | 30.97 | 14.27 | 91.56 | - |
| YUV | 84.82 | 221.22 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 17 | 250 | 0.38 | 0.93 | 0 | 0.02 | 275.54 | 0.96 | 0.52 |
| Hex | 9B | 11 | FA | 26 | 5D | 0 | 2 | 114 | 60 | 34 |
| Octal | 233 | 21 | 372 | 46 | 135 | 0 | 2 | 424 | 140 | 64 |
| Binary | 10011011 | 10001 | 11111010 | 100110 | 1011101 | 0 | 10 | 100010100 | 1100000 | 110100 |
Color Harmonies of #9B11FA
Complementary color
Monochromatic Colors of #9B11FA
Black with #9B11FA
Text Example
Text Example
White with #9B11FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B11FA; }
p { color: rgb(155,17,250); }
H1.HeaderClassName
{
color: #9B11FA;
}
.AnyTagClassName
{
color: #9B11FA;
}
</style>
background-color css
<style>
a { background-color: #9B11FA; }
a { background-color: rgb(155,17,250); }
div.DivClassName
{
background-color: #9B11FA;
}
.BgClassName
{
background-color: #9B11FA;
}
</style>
border-color css
<style>
span { border-color: #9B11FA; }
span { border-color: rgb(155,17,250); }
td.TdClassName
{
border-color: #9B11FA;
}
.TagClassName
{
border-color: #9B11FA;
}
</style>