Shades of Blue Violet #9146DD
Tints of Blue Violet #9146DD
RGB
CMYK
RGB Variations
Color information
#9146DD (or 0x9146DD) is known color: Blue Violet. HEX triplet: 91, 46 and DD. RGB value is (145,70,221). Sum of RGB (Red+Green+Blue) = 145+70+221=436 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.26% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #9146DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9146DD is #6EB922. Grayscale: #6D6D6D. Windows color (decimal): -7256355 or 14501521. OLE color: 14501521.
HSL color Cylindrical-coordinate representation of color #9146DD: hue angle of 269.8º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9146DD is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 70 | 221 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.13 |
| HSL | 269.8º | 0.69% | 0.57% | - |
| HSV(B) | 269.8º | 0.68% | 0.87% | - |
| XYZ | 26.92 | 15.62 | 70 | - |
| YUV | 109.64 | 190.85 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 70 | 221 | 0.34 | 0.68 | 0 | 0.13 | 269.8 | 0.69 | 0.57 |
| Hex | 91 | 46 | DD | 22 | 44 | 0 | D | 10E | 45 | 39 |
| Octal | 221 | 106 | 335 | 42 | 104 | 0 | 15 | 416 | 105 | 71 |
| Binary | 10010001 | 1000110 | 11011101 | 100010 | 1000100 | 0 | 1101 | 100001110 | 1000101 | 111001 |
Color Harmonies of #9146DD
Complementary color
Monochromatic Colors of #9146DD
Black with #9146DD
Text Example
Text Example
White with #9146DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9146DD; }
p { color: rgb(145,70,221); }
H1.HeaderClassName
{
color: #9146DD;
}
.AnyTagClassName
{
color: #9146DD;
}
</style>
background-color css
<style>
a { background-color: #9146DD; }
a { background-color: rgb(145,70,221); }
div.DivClassName
{
background-color: #9146DD;
}
.BgClassName
{
background-color: #9146DD;
}
</style>
border-color css
<style>
span { border-color: #9146DD; }
span { border-color: rgb(145,70,221); }
td.TdClassName
{
border-color: #9146DD;
}
.TagClassName
{
border-color: #9146DD;
}
</style>