Shades of Blue Violet #9147E6
Tints of Blue Violet #9147E6
RGB
CMYK
RGB Variations
Color information
#9147E6 (or 0x9147E6) is known color: Blue Violet. HEX triplet: 91, 47 and E6. RGB value is (145,71,230). Sum of RGB (Red+Green+Blue) = 145+71+230=446 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.51% from 446); Green value is 71 (28.12% from 255 or 15.92% from 446); Blue value is 230 (90.23% from 255 or 51.57% from 446); Max value from RGB is 230 - color contains mainly: blue. Hex color #9147E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9147E6 is #6EB819. Grayscale: #6E6E6E. Windows color (decimal): -7256090 or 15091601. OLE color: 15091601.
HSL color Cylindrical-coordinate representation of color #9147E6: hue angle of 267.92º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9147E6 is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 145 | 71 | 230 | - |
| CMYK | 0.37 | 0.69 | 0 | 0.10 |
| HSL | 267.92º | 0.76% | 0.59% | - |
| HSV(B) | 267.92º | 0.69% | 0.9% | - |
| XYZ | 28.21 | 16.24 | 76.51 | - |
| YUV | 111.25 | 195.02 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 71 | 230 | 0.37 | 0.69 | 0 | 0.10 | 267.92 | 0.76 | 0.59 |
| Hex | 91 | 47 | E6 | 25 | 45 | 0 | A | 10C | 4C | 3B |
| Octal | 221 | 107 | 346 | 45 | 105 | 0 | 12 | 414 | 114 | 73 |
| Binary | 10010001 | 1000111 | 11100110 | 100101 | 1000101 | 0 | 1010 | 100001100 | 1001100 | 111011 |
Color Harmonies of #9147E6
Complementary color
Monochromatic Colors of #9147E6
Black with #9147E6
Text Example
Text Example
White with #9147E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9147E6; }
p { color: rgb(145,71,230); }
H1.HeaderClassName
{
color: #9147E6;
}
.AnyTagClassName
{
color: #9147E6;
}
</style>
background-color css
<style>
a { background-color: #9147E6; }
a { background-color: rgb(145,71,230); }
div.DivClassName
{
background-color: #9147E6;
}
.BgClassName
{
background-color: #9147E6;
}
</style>
border-color css
<style>
span { border-color: #9147E6; }
span { border-color: rgb(145,71,230); }
td.TdClassName
{
border-color: #9147E6;
}
.TagClassName
{
border-color: #9147E6;
}
</style>