Shades of Blue Violet #9911F1
Tints of Blue Violet #9911F1
RGB
CMYK
RGB Variations
Color information
#9911F1 (or 0x9911F1) is known color: Blue Violet. HEX triplet: 99, 11 and F1. RGB value is (153,17,241). Sum of RGB (Red+Green+Blue) = 153+17+241=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 17 (7.03% from 255 or 4.14% from 411); Blue value is 241 (94.53% from 255 or 58.64% from 411); Max value from RGB is 241 - color contains mainly: blue. Hex color #9911F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9911F1 is #66EE0E. Grayscale: #525252. Windows color (decimal): -6745615 or 15798681. OLE color: 15798681.
HSL color Cylindrical-coordinate representation of color #9911F1: hue angle of 276.43º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9911F1 is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 17 | 241 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.05 |
| HSL | 276.43º | 0.89% | 0.51% | - |
| HSV(B) | 276.43º | 0.93% | 0.95% | - |
| XYZ | 29.21 | 13.52 | 84.29 | - |
| YUV | 83.2 | 217.06 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 17 | 241 | 0.37 | 0.93 | 0 | 0.05 | 276.43 | 0.89 | 0.51 |
| Hex | 99 | 11 | F1 | 25 | 5D | 0 | 5 | 114 | 59 | 33 |
| Octal | 231 | 21 | 361 | 45 | 135 | 0 | 5 | 424 | 131 | 63 |
| Binary | 10011001 | 10001 | 11110001 | 100101 | 1011101 | 0 | 101 | 100010100 | 1011001 | 110011 |
Color Harmonies of #9911F1
Complementary color
Monochromatic Colors of #9911F1
Black with #9911F1
Text Example
Text Example
White with #9911F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9911F1; }
p { color: rgb(153,17,241); }
H1.HeaderClassName
{
color: #9911F1;
}
.AnyTagClassName
{
color: #9911F1;
}
</style>
background-color css
<style>
a { background-color: #9911F1; }
a { background-color: rgb(153,17,241); }
div.DivClassName
{
background-color: #9911F1;
}
.BgClassName
{
background-color: #9911F1;
}
</style>
border-color css
<style>
span { border-color: #9911F1; }
span { border-color: rgb(153,17,241); }
td.TdClassName
{
border-color: #9911F1;
}
.TagClassName
{
border-color: #9911F1;
}
</style>