Shades of Blue Violet #9146EF
Tints of Blue Violet #9146EF
RGB
CMYK
RGB Variations
Color information
#9146EF (or 0x9146EF) is known color: Blue Violet. HEX triplet: 91, 46 and EF. RGB value is (145,70,239). Sum of RGB (Red+Green+Blue) = 145+70+239=454 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.94% from 454); Green value is 70 (27.73% from 255 or 15.42% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #9146EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9146EF is #6EB910. Grayscale: #6F6F6F. Windows color (decimal): -7256337 or 15681169. OLE color: 15681169.
HSL color Cylindrical-coordinate representation of color #9146EF: hue angle of 266.63º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9146EF is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 70 | 239 | - |
| CMYK | 0.39 | 0.71 | 0 | 0.06 |
| HSL | 266.63º | 0.84% | 0.61% | - |
| HSV(B) | 266.63º | 0.71% | 0.94% | - |
| XYZ | 29.45 | 16.63 | 83.32 | - |
| YUV | 111.69 | 199.85 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 70 | 239 | 0.39 | 0.71 | 0 | 0.06 | 266.63 | 0.84 | 0.61 |
| Hex | 91 | 46 | EF | 27 | 47 | 0 | 6 | 10B | 54 | 3D |
| Octal | 221 | 106 | 357 | 47 | 107 | 0 | 6 | 413 | 124 | 75 |
| Binary | 10010001 | 1000110 | 11101111 | 100111 | 1000111 | 0 | 110 | 100001011 | 1010100 | 111101 |
Color Harmonies of #9146EF
Complementary color
Monochromatic Colors of #9146EF
Black with #9146EF
Text Example
Text Example
White with #9146EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9146EF; }
p { color: rgb(145,70,239); }
H1.HeaderClassName
{
color: #9146EF;
}
.AnyTagClassName
{
color: #9146EF;
}
</style>
background-color css
<style>
a { background-color: #9146EF; }
a { background-color: rgb(145,70,239); }
div.DivClassName
{
background-color: #9146EF;
}
.BgClassName
{
background-color: #9146EF;
}
</style>
border-color css
<style>
span { border-color: #9146EF; }
span { border-color: rgb(145,70,239); }
td.TdClassName
{
border-color: #9146EF;
}
.TagClassName
{
border-color: #9146EF;
}
</style>