Shades of Blue Violet #9B11FE
Tints of Blue Violet #9B11FE
RGB
CMYK
RGB Variations
Color information
#9B11FE (or 0x9B11FE) is known color: Blue Violet. HEX triplet: 9B, 11 and FE. RGB value is (155,17,254). Sum of RGB (Red+Green+Blue) = 155+17+254=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 17 (7.03% from 255 or 3.99% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B11FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B11FE is #64EE01. Grayscale: #545454. Windows color (decimal): -6614530 or 16650651. OLE color: 16650651.
HSL color Cylindrical-coordinate representation of color #9B11FE: hue angle of 274.94º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B11FE is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 17 | 254 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.00 |
| HSL | 274.94º | 0.99% | 0.53% | - |
| HSV(B) | 274.94º | 0.93% | 1% | - |
| XYZ | 31.61 | 14.53 | 94.9 | - |
| YUV | 85.28 | 223.22 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 17 | 254 | 0.39 | 0.93 | 0 | 0.00 | 274.94 | 0.99 | 0.53 |
| Hex | 9B | 11 | FE | 27 | 5D | 0 | 0 | 113 | 63 | 35 |
| Octal | 233 | 21 | 376 | 47 | 135 | 0 | 0 | 423 | 143 | 65 |
| Binary | 10011011 | 10001 | 11111110 | 100111 | 1011101 | 0 | 0 | 100010011 | 1100011 | 110101 |
Color Harmonies of #9B11FE
Complementary color
Monochromatic Colors of #9B11FE
Black with #9B11FE
Text Example
Text Example
White with #9B11FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B11FE; }
p { color: rgb(155,17,254); }
H1.HeaderClassName
{
color: #9B11FE;
}
.AnyTagClassName
{
color: #9B11FE;
}
</style>
background-color css
<style>
a { background-color: #9B11FE; }
a { background-color: rgb(155,17,254); }
div.DivClassName
{
background-color: #9B11FE;
}
.BgClassName
{
background-color: #9B11FE;
}
</style>
border-color css
<style>
span { border-color: #9B11FE; }
span { border-color: rgb(155,17,254); }
td.TdClassName
{
border-color: #9B11FE;
}
.TagClassName
{
border-color: #9B11FE;
}
</style>