Shades of Blue Violet #911ADD
Tints of Blue Violet #911ADD
RGB
CMYK
RGB Variations
Color information
#911ADD (or 0x911ADD) is known color: Blue Violet. HEX triplet: 91, 1A and DD. RGB value is (145,26,221). Sum of RGB (Red+Green+Blue) = 145+26+221=392 (51% of max value = 765). Red value is 145 (57.03% from 255 or 36.99% from 392); Green value is 26 (10.55% from 255 or 6.63% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #911ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911ADD is #6EE522. Grayscale: #535353. Windows color (decimal): -7267619 or 14490257. OLE color: 14490257.
HSL color Cylindrical-coordinate representation of color #911ADD: hue angle of 276.62º 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 #911ADD is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 26 | 221 | - |
| CMYK | 0.34 | 0.88 | 0 | 0.13 |
| HSL | 276.62º | 0.79% | 0.48% | - |
| HSV(B) | 276.62º | 0.88% | 0.87% | - |
| XYZ | 25.1 | 11.98 | 69.4 | - |
| YUV | 83.81 | 205.42 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 26 | 221 | 0.34 | 0.88 | 0 | 0.13 | 276.62 | 0.79 | 0.48 |
| Hex | 91 | 1A | DD | 22 | 58 | 0 | D | 115 | 4F | 30 |
| Octal | 221 | 32 | 335 | 42 | 130 | 0 | 15 | 425 | 117 | 60 |
| Binary | 10010001 | 11010 | 11011101 | 100010 | 1011000 | 0 | 1101 | 100010101 | 1001111 | 110000 |
Color Harmonies of #911ADD
Complementary color
Monochromatic Colors of #911ADD
Black with #911ADD
Text Example
Text Example
White with #911ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911ADD; }
p { color: rgb(145,26,221); }
H1.HeaderClassName
{
color: #911ADD;
}
.AnyTagClassName
{
color: #911ADD;
}
</style>
background-color css
<style>
a { background-color: #911ADD; }
a { background-color: rgb(145,26,221); }
div.DivClassName
{
background-color: #911ADD;
}
.BgClassName
{
background-color: #911ADD;
}
</style>
border-color css
<style>
span { border-color: #911ADD; }
span { border-color: rgb(145,26,221); }
td.TdClassName
{
border-color: #911ADD;
}
.TagClassName
{
border-color: #911ADD;
}
</style>