Shades of Blue Violet #9914FB
Tints of Blue Violet #9914FB
RGB
CMYK
RGB Variations
Color information
#9914FB (or 0x9914FB) is known color: Blue Violet. HEX triplet: 99, 14 and FB. RGB value is (153,20,251). Sum of RGB (Red+Green+Blue) = 153+20+251=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 20 (8.20% from 255 or 4.72% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #9914FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9914FB is #66EB04. Grayscale: #555555. Windows color (decimal): -6744837 or 16454809. OLE color: 16454809.
HSL color Cylindrical-coordinate representation of color #9914FB: hue angle of 274.55º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9914FB is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 20 | 251 | - |
| CMYK | 0.39 | 0.92 | 0 | 0.02 |
| HSL | 274.55º | 0.97% | 0.53% | - |
| HSV(B) | 274.55º | 0.92% | 0.98% | - |
| XYZ | 30.8 | 14.24 | 92.39 | - |
| YUV | 86.1 | 221.06 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 20 | 251 | 0.39 | 0.92 | 0 | 0.02 | 274.55 | 0.97 | 0.53 |
| Hex | 99 | 14 | FB | 27 | 5C | 0 | 2 | 113 | 61 | 35 |
| Octal | 231 | 24 | 373 | 47 | 134 | 0 | 2 | 423 | 141 | 65 |
| Binary | 10011001 | 10100 | 11111011 | 100111 | 1011100 | 0 | 10 | 100010011 | 1100001 | 110101 |
Color Harmonies of #9914FB
Complementary color
Monochromatic Colors of #9914FB
Black with #9914FB
Text Example
Text Example
White with #9914FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9914FB; }
p { color: rgb(153,20,251); }
H1.HeaderClassName
{
color: #9914FB;
}
.AnyTagClassName
{
color: #9914FB;
}
</style>
background-color css
<style>
a { background-color: #9914FB; }
a { background-color: rgb(153,20,251); }
div.DivClassName
{
background-color: #9914FB;
}
.BgClassName
{
background-color: #9914FB;
}
</style>
border-color css
<style>
span { border-color: #9914FB; }
span { border-color: rgb(153,20,251); }
td.TdClassName
{
border-color: #9914FB;
}
.TagClassName
{
border-color: #9914FB;
}
</style>