Shades of Blue Violet #9147EF
Tints of Blue Violet #9147EF
RGB
CMYK
RGB Variations
Color information
#9147EF (or 0x9147EF) is known color: Blue Violet. HEX triplet: 91, 47 and EF. RGB value is (145,71,239). Sum of RGB (Red+Green+Blue) = 145+71+239=455 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.87% from 455); Green value is 71 (28.12% from 255 or 15.60% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #9147EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9147EF is #6EB810. Grayscale: #6F6F6F. Windows color (decimal): -7256081 or 15681425. OLE color: 15681425.
HSL color Cylindrical-coordinate representation of color #9147EF: hue angle of 266.43º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9147EF is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 71 | 239 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.06 |
| HSL | 266.43º | 0.84% | 0.61% | - |
| HSV(B) | 266.43º | 0.7% | 0.94% | - |
| XYZ | 29.51 | 16.76 | 83.34 | - |
| YUV | 112.28 | 199.52 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 71 | 239 | 0.39 | 0.70 | 0 | 0.06 | 266.43 | 0.84 | 0.61 |
| Hex | 91 | 47 | EF | 27 | 46 | 0 | 6 | 10A | 54 | 3D |
| Octal | 221 | 107 | 357 | 47 | 106 | 0 | 6 | 412 | 124 | 75 |
| Binary | 10010001 | 1000111 | 11101111 | 100111 | 1000110 | 0 | 110 | 100001010 | 1010100 | 111101 |
Color Harmonies of #9147EF
Complementary color
Monochromatic Colors of #9147EF
Black with #9147EF
Text Example
Text Example
White with #9147EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9147EF; }
p { color: rgb(145,71,239); }
H1.HeaderClassName
{
color: #9147EF;
}
.AnyTagClassName
{
color: #9147EF;
}
</style>
background-color css
<style>
a { background-color: #9147EF; }
a { background-color: rgb(145,71,239); }
div.DivClassName
{
background-color: #9147EF;
}
.BgClassName
{
background-color: #9147EF;
}
</style>
border-color css
<style>
span { border-color: #9147EF; }
span { border-color: rgb(145,71,239); }
td.TdClassName
{
border-color: #9147EF;
}
.TagClassName
{
border-color: #9147EF;
}
</style>