Shades of Blue Violet #9E45FB
Tints of Blue Violet #9E45FB
RGB
CMYK
RGB Variations
Color information
#9E45FB (or 0x9E45FB) is known color: Blue Violet. HEX triplet: 9E, 45 and FB. RGB value is (158,69,251). Sum of RGB (Red+Green+Blue) = 158+69+251=478 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.05% from 478); Green value is 69 (27.34% from 255 or 14.44% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E45FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E45FB is #61BA04. Grayscale: #737373. Windows color (decimal): -6404613 or 16467358. OLE color: 16467358.
HSL color Cylindrical-coordinate representation of color #9E45FB: hue angle of 269.34º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9E45FB is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 69 | 251 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.02 |
| HSL | 269.34º | 0.96% | 0.63% | - |
| HSV(B) | 269.34º | 0.73% | 0.98% | - |
| XYZ | 33.64 | 18.49 | 93.06 | - |
| YUV | 116.36 | 203.99 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 69 | 251 | 0.37 | 0.73 | 0 | 0.02 | 269.34 | 0.96 | 0.63 |
| Hex | 9E | 45 | FB | 25 | 49 | 0 | 2 | 10D | 60 | 3F |
| Octal | 236 | 105 | 373 | 45 | 111 | 0 | 2 | 415 | 140 | 77 |
| Binary | 10011110 | 1000101 | 11111011 | 100101 | 1001001 | 0 | 10 | 100001101 | 1100000 | 111111 |
Color Harmonies of #9E45FB
Complementary color
Monochromatic Colors of #9E45FB
Black with #9E45FB
Text Example
Text Example
White with #9E45FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E45FB; }
p { color: rgb(158,69,251); }
H1.HeaderClassName
{
color: #9E45FB;
}
.AnyTagClassName
{
color: #9E45FB;
}
</style>
background-color css
<style>
a { background-color: #9E45FB; }
a { background-color: rgb(158,69,251); }
div.DivClassName
{
background-color: #9E45FB;
}
.BgClassName
{
background-color: #9E45FB;
}
</style>
border-color css
<style>
span { border-color: #9E45FB; }
span { border-color: rgb(158,69,251); }
td.TdClassName
{
border-color: #9E45FB;
}
.TagClassName
{
border-color: #9E45FB;
}
</style>