Shades of Blue Violet #991BF2
Tints of Blue Violet #991BF2
RGB
CMYK
RGB Variations
Color information
#991BF2 (or 0x991BF2) is known color: Blue Violet. HEX triplet: 99, 1B and F2. RGB value is (153,27,242). Sum of RGB (Red+Green+Blue) = 153+27+242=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 27 (10.94% from 255 or 6.40% from 422); Blue value is 242 (94.92% from 255 or 57.35% from 422); Max value from RGB is 242 - color contains mainly: blue. Hex color #991BF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #991BF2 is #66E40D. Grayscale: #585858. Windows color (decimal): -6743054 or 15866777. OLE color: 15866777.
HSL color Cylindrical-coordinate representation of color #991BF2: hue angle of 275.16º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #991BF2 is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 27 | 242 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.05 |
| HSL | 275.16º | 0.89% | 0.53% | - |
| HSV(B) | 275.16º | 0.89% | 0.95% | - |
| XYZ | 29.56 | 13.97 | 85.14 | - |
| YUV | 89.18 | 214.24 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 27 | 242 | 0.37 | 0.89 | 0 | 0.05 | 275.16 | 0.89 | 0.53 |
| Hex | 99 | 1B | F2 | 25 | 59 | 0 | 5 | 113 | 59 | 35 |
| Octal | 231 | 33 | 362 | 45 | 131 | 0 | 5 | 423 | 131 | 65 |
| Binary | 10011001 | 11011 | 11110010 | 100101 | 1011001 | 0 | 101 | 100010011 | 1011001 | 110101 |
Color Harmonies of #991BF2
Complementary color
Monochromatic Colors of #991BF2
Black with #991BF2
Text Example
Text Example
White with #991BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991BF2; }
p { color: rgb(153,27,242); }
H1.HeaderClassName
{
color: #991BF2;
}
.AnyTagClassName
{
color: #991BF2;
}
</style>
background-color css
<style>
a { background-color: #991BF2; }
a { background-color: rgb(153,27,242); }
div.DivClassName
{
background-color: #991BF2;
}
.BgClassName
{
background-color: #991BF2;
}
</style>
border-color css
<style>
span { border-color: #991BF2; }
span { border-color: rgb(153,27,242); }
td.TdClassName
{
border-color: #991BF2;
}
.TagClassName
{
border-color: #991BF2;
}
</style>