Shades of Blue Violet #9914F1
Tints of Blue Violet #9914F1
RGB
CMYK
RGB Variations
Color information
#9914F1 (or 0x9914F1) is known color: Blue Violet. HEX triplet: 99, 14 and F1. RGB value is (153,20,241). Sum of RGB (Red+Green+Blue) = 153+20+241=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 20 (8.20% from 255 or 4.83% from 414); Blue value is 241 (94.53% from 255 or 58.21% from 414); Max value from RGB is 241 - color contains mainly: blue. Hex color #9914F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9914F1 is #66EB0E. Grayscale: #545454. Windows color (decimal): -6744847 or 15799449. OLE color: 15799449.
HSL color Cylindrical-coordinate representation of color #9914F1: hue angle of 276.11º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9914F1 is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 20 | 241 | - |
| CMYK | 0.37 | 0.92 | 0 | 0.05 |
| HSL | 276.11º | 0.89% | 0.51% | - |
| HSV(B) | 276.11º | 0.92% | 0.95% | - |
| XYZ | 29.26 | 13.62 | 84.31 | - |
| YUV | 84.96 | 216.06 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 20 | 241 | 0.37 | 0.92 | 0 | 0.05 | 276.11 | 0.89 | 0.51 |
| Hex | 99 | 14 | F1 | 25 | 5C | 0 | 5 | 114 | 59 | 33 |
| Octal | 231 | 24 | 361 | 45 | 134 | 0 | 5 | 424 | 131 | 63 |
| Binary | 10011001 | 10100 | 11110001 | 100101 | 1011100 | 0 | 101 | 100010100 | 1011001 | 110011 |
Color Harmonies of #9914F1
Complementary color
Monochromatic Colors of #9914F1
Black with #9914F1
Text Example
Text Example
White with #9914F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9914F1; }
p { color: rgb(153,20,241); }
H1.HeaderClassName
{
color: #9914F1;
}
.AnyTagClassName
{
color: #9914F1;
}
</style>
background-color css
<style>
a { background-color: #9914F1; }
a { background-color: rgb(153,20,241); }
div.DivClassName
{
background-color: #9914F1;
}
.BgClassName
{
background-color: #9914F1;
}
</style>
border-color css
<style>
span { border-color: #9914F1; }
span { border-color: rgb(153,20,241); }
td.TdClassName
{
border-color: #9914F1;
}
.TagClassName
{
border-color: #9914F1;
}
</style>