Shades of Blue Violet #9B18FB
Tints of Blue Violet #9B18FB
RGB
CMYK
RGB Variations
Color information
#9B18FB (or 0x9B18FB) is known color: Blue Violet. HEX triplet: 9B, 18 and FB. RGB value is (155,24,251). Sum of RGB (Red+Green+Blue) = 155+24+251=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 24 (9.77% from 255 or 5.58% from 430); Blue value is 251 (98.44% from 255 or 58.37% from 430); Max value from RGB is 251 - color contains mainly: blue. Hex color #9B18FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B18FB is #64E704. Grayscale: #585858. Windows color (decimal): -6612741 or 16455835. OLE color: 16455835.
HSL color Cylindrical-coordinate representation of color #9B18FB: hue angle of 274.63º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B18FB is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 24 | 251 | - |
| CMYK | 0.38 | 0.90 | 0 | 0.02 |
| HSL | 274.63º | 0.97% | 0.54% | - |
| HSV(B) | 274.63º | 0.9% | 0.98% | - |
| XYZ | 31.26 | 14.59 | 92.43 | - |
| YUV | 89.05 | 219.4 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 24 | 251 | 0.38 | 0.90 | 0 | 0.02 | 274.63 | 0.97 | 0.54 |
| Hex | 9B | 18 | FB | 26 | 5A | 0 | 2 | 113 | 61 | 36 |
| Octal | 233 | 30 | 373 | 46 | 132 | 0 | 2 | 423 | 141 | 66 |
| Binary | 10011011 | 11000 | 11111011 | 100110 | 1011010 | 0 | 10 | 100010011 | 1100001 | 110110 |
Color Harmonies of #9B18FB
Complementary color
Monochromatic Colors of #9B18FB
Black with #9B18FB
Text Example
Text Example
White with #9B18FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B18FB; }
p { color: rgb(155,24,251); }
H1.HeaderClassName
{
color: #9B18FB;
}
.AnyTagClassName
{
color: #9B18FB;
}
</style>
background-color css
<style>
a { background-color: #9B18FB; }
a { background-color: rgb(155,24,251); }
div.DivClassName
{
background-color: #9B18FB;
}
.BgClassName
{
background-color: #9B18FB;
}
</style>
border-color css
<style>
span { border-color: #9B18FB; }
span { border-color: rgb(155,24,251); }
td.TdClassName
{
border-color: #9B18FB;
}
.TagClassName
{
border-color: #9B18FB;
}
</style>