Shades of Blue Violet #9811FB
Tints of Blue Violet #9811FB
RGB
CMYK
RGB Variations
Color information
#9811FB (or 0x9811FB) is known color: Blue Violet. HEX triplet: 98, 11 and FB. RGB value is (152,17,251). Sum of RGB (Red+Green+Blue) = 152+17+251=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 17 (7.03% from 255 or 4.05% 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 #9811FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9811FB is #67EE04. Grayscale: #535353. Windows color (decimal): -6811141 or 16454040. OLE color: 16454040.
HSL color Cylindrical-coordinate representation of color #9811FB: hue angle of 274.62º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9811FB is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 17 | 251 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.02 |
| HSL | 274.62º | 0.97% | 0.53% | - |
| HSV(B) | 274.62º | 0.93% | 0.98% | - |
| XYZ | 30.56 | 14.04 | 92.37 | - |
| YUV | 84.04 | 222.23 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 17 | 251 | 0.39 | 0.93 | 0 | 0.02 | 274.62 | 0.97 | 0.53 |
| Hex | 98 | 11 | FB | 27 | 5D | 0 | 2 | 113 | 61 | 35 |
| Octal | 230 | 21 | 373 | 47 | 135 | 0 | 2 | 423 | 141 | 65 |
| Binary | 10011000 | 10001 | 11111011 | 100111 | 1011101 | 0 | 10 | 100010011 | 1100001 | 110101 |
Color Harmonies of #9811FB
Complementary color
Monochromatic Colors of #9811FB
Black with #9811FB
Text Example
Text Example
White with #9811FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9811FB; }
p { color: rgb(152,17,251); }
H1.HeaderClassName
{
color: #9811FB;
}
.AnyTagClassName
{
color: #9811FB;
}
</style>
background-color css
<style>
a { background-color: #9811FB; }
a { background-color: rgb(152,17,251); }
div.DivClassName
{
background-color: #9811FB;
}
.BgClassName
{
background-color: #9811FB;
}
</style>
border-color css
<style>
span { border-color: #9811FB; }
span { border-color: rgb(152,17,251); }
td.TdClassName
{
border-color: #9811FB;
}
.TagClassName
{
border-color: #9811FB;
}
</style>