Shades of Blue Violet #9146DF
Tints of Blue Violet #9146DF
RGB
CMYK
RGB Variations
Color information
#9146DF (or 0x9146DF) is known color: Blue Violet. HEX triplet: 91, 46 and DF. RGB value is (145,70,223). Sum of RGB (Red+Green+Blue) = 145+70+223=438 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.11% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #9146DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9146DF is #6EB920. Grayscale: #6D6D6D. Windows color (decimal): -7256353 or 14632593. OLE color: 14632593.
HSL color Cylindrical-coordinate representation of color #9146DF: hue angle of 269.41º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9146DF is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 70 | 223 | - |
| CMYK | 0.35 | 0.69 | 0 | 0.13 |
| HSL | 269.41º | 0.71% | 0.57% | - |
| HSV(B) | 269.41º | 0.69% | 0.87% | - |
| XYZ | 27.19 | 15.73 | 71.41 | - |
| YUV | 109.87 | 191.85 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 70 | 223 | 0.35 | 0.69 | 0 | 0.13 | 269.41 | 0.71 | 0.57 |
| Hex | 91 | 46 | DF | 23 | 45 | 0 | D | 10D | 47 | 39 |
| Octal | 221 | 106 | 337 | 43 | 105 | 0 | 15 | 415 | 107 | 71 |
| Binary | 10010001 | 1000110 | 11011111 | 100011 | 1000101 | 0 | 1101 | 100001101 | 1000111 | 111001 |
Color Harmonies of #9146DF
Complementary color
Monochromatic Colors of #9146DF
Black with #9146DF
Text Example
Text Example
White with #9146DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9146DF; }
p { color: rgb(145,70,223); }
H1.HeaderClassName
{
color: #9146DF;
}
.AnyTagClassName
{
color: #9146DF;
}
</style>
background-color css
<style>
a { background-color: #9146DF; }
a { background-color: rgb(145,70,223); }
div.DivClassName
{
background-color: #9146DF;
}
.BgClassName
{
background-color: #9146DF;
}
</style>
border-color css
<style>
span { border-color: #9146DF; }
span { border-color: rgb(145,70,223); }
td.TdClassName
{
border-color: #9146DF;
}
.TagClassName
{
border-color: #9146DF;
}
</style>