Shades of Blue Violet #9149DD
Tints of Blue Violet #9149DD
RGB
CMYK
RGB Variations
Color information
#9149DD (or 0x9149DD) is known color: Blue Violet. HEX triplet: 91, 49 and DD. RGB value is (145,73,221). Sum of RGB (Red+Green+Blue) = 145+73+221=439 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.03% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #9149DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9149DD is #6EB622. Grayscale: #6E6E6E. Windows color (decimal): -7255587 or 14502289. OLE color: 14502289.
HSL color Cylindrical-coordinate representation of color #9149DD: hue angle of 269.19º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9149DD is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 73 | 221 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.13 |
| HSL | 269.19º | 0.69% | 0.58% | - |
| HSV(B) | 269.19º | 0.67% | 0.87% | - |
| XYZ | 27.11 | 16.01 | 70.07 | - |
| YUV | 111.4 | 189.85 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 73 | 221 | 0.34 | 0.67 | 0 | 0.13 | 269.19 | 0.69 | 0.58 |
| Hex | 91 | 49 | DD | 22 | 43 | 0 | D | 10D | 45 | 3A |
| Octal | 221 | 111 | 335 | 42 | 103 | 0 | 15 | 415 | 105 | 72 |
| Binary | 10010001 | 1001001 | 11011101 | 100010 | 1000011 | 0 | 1101 | 100001101 | 1000101 | 111010 |
Color Harmonies of #9149DD
Complementary color
Monochromatic Colors of #9149DD
Black with #9149DD
Text Example
Text Example
White with #9149DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9149DD; }
p { color: rgb(145,73,221); }
H1.HeaderClassName
{
color: #9149DD;
}
.AnyTagClassName
{
color: #9149DD;
}
</style>
background-color css
<style>
a { background-color: #9149DD; }
a { background-color: rgb(145,73,221); }
div.DivClassName
{
background-color: #9149DD;
}
.BgClassName
{
background-color: #9149DD;
}
</style>
border-color css
<style>
span { border-color: #9149DD; }
span { border-color: rgb(145,73,221); }
td.TdClassName
{
border-color: #9149DD;
}
.TagClassName
{
border-color: #9149DD;
}
</style>