Shades of Blue Violet #9118FB
Tints of Blue Violet #9118FB
RGB
CMYK
RGB Variations
Color information
#9118FB (or 0x9118FB) is known color: Blue Violet. HEX triplet: 91, 18 and FB. RGB value is (145,24,251). Sum of RGB (Red+Green+Blue) = 145+24+251=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 24 (9.77% from 255 or 5.71% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #9118FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9118FB is #6EE704. Grayscale: #555555. Windows color (decimal): -7268101 or 16455825. OLE color: 16455825.
HSL color Cylindrical-coordinate representation of color #9118FB: hue angle of 271.98º 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 #9118FB is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 24 | 251 | - |
| CMYK | 0.42 | 0.90 | 0 | 0.02 |
| HSL | 271.98º | 0.97% | 0.54% | - |
| HSV(B) | 271.98º | 0.9% | 0.98% | - |
| XYZ | 29.42 | 13.64 | 92.35 | - |
| YUV | 86.06 | 221.09 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 24 | 251 | 0.42 | 0.90 | 0 | 0.02 | 271.98 | 0.97 | 0.54 |
| Hex | 91 | 18 | FB | 2A | 5A | 0 | 2 | 110 | 61 | 36 |
| Octal | 221 | 30 | 373 | 52 | 132 | 0 | 2 | 420 | 141 | 66 |
| Binary | 10010001 | 11000 | 11111011 | 101010 | 1011010 | 0 | 10 | 100010000 | 1100001 | 110110 |
Color Harmonies of #9118FB
Complementary color
Monochromatic Colors of #9118FB
Black with #9118FB
Text Example
Text Example
White with #9118FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9118FB; }
p { color: rgb(145,24,251); }
H1.HeaderClassName
{
color: #9118FB;
}
.AnyTagClassName
{
color: #9118FB;
}
</style>
background-color css
<style>
a { background-color: #9118FB; }
a { background-color: rgb(145,24,251); }
div.DivClassName
{
background-color: #9118FB;
}
.BgClassName
{
background-color: #9118FB;
}
</style>
border-color css
<style>
span { border-color: #9118FB; }
span { border-color: rgb(145,24,251); }
td.TdClassName
{
border-color: #9118FB;
}
.TagClassName
{
border-color: #9118FB;
}
</style>