Shades of Blue Violet #991ADD
Tints of Blue Violet #991ADD
RGB
CMYK
RGB Variations
Color information
#991ADD (or 0x991ADD) is known color: Blue Violet. HEX triplet: 99, 1A and DD. RGB value is (153,26,221). Sum of RGB (Red+Green+Blue) = 153+26+221=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 26 (10.55% from 255 or 6.5% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #991ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991ADD is #66E522. Grayscale: #555555. Windows color (decimal): -6743331 or 14490265. OLE color: 14490265.
HSL color Cylindrical-coordinate representation of color #991ADD: hue angle of 279.08º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991ADD is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 26 | 221 | - |
| CMYK | 0.31 | 0.88 | 0 | 0.13 |
| HSL | 279.08º | 0.79% | 0.48% | - |
| HSV(B) | 279.08º | 0.88% | 0.87% | - |
| XYZ | 26.56 | 12.73 | 69.46 | - |
| YUV | 86.2 | 204.08 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 26 | 221 | 0.31 | 0.88 | 0 | 0.13 | 279.08 | 0.79 | 0.48 |
| Hex | 99 | 1A | DD | 1F | 58 | 0 | D | 117 | 4F | 30 |
| Octal | 231 | 32 | 335 | 37 | 130 | 0 | 15 | 427 | 117 | 60 |
| Binary | 10011001 | 11010 | 11011101 | 11111 | 1011000 | 0 | 1101 | 100010111 | 1001111 | 110000 |
Color Harmonies of #991ADD
Complementary color
Monochromatic Colors of #991ADD
Black with #991ADD
Text Example
Text Example
White with #991ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991ADD; }
p { color: rgb(153,26,221); }
H1.HeaderClassName
{
color: #991ADD;
}
.AnyTagClassName
{
color: #991ADD;
}
</style>
background-color css
<style>
a { background-color: #991ADD; }
a { background-color: rgb(153,26,221); }
div.DivClassName
{
background-color: #991ADD;
}
.BgClassName
{
background-color: #991ADD;
}
</style>
border-color css
<style>
span { border-color: #991ADD; }
span { border-color: rgb(153,26,221); }
td.TdClassName
{
border-color: #991ADD;
}
.TagClassName
{
border-color: #991ADD;
}
</style>