Shades of Blue Violet #9046FC
Tints of Blue Violet #9046FC
RGB
CMYK
RGB Variations
Color information
#9046FC (or 0x9046FC) is known color: Blue Violet. HEX triplet: 90, 46 and FC. RGB value is (144,70,252). Sum of RGB (Red+Green+Blue) = 144+70+252=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 70 (27.73% from 255 or 15.02% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #9046FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9046FC is #6FB903. Grayscale: #707070. Windows color (decimal): -7321860 or 16533136. OLE color: 16533136.
HSL color Cylindrical-coordinate representation of color #9046FC: hue angle of 264.4º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9046FC is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 70 | 252 | - |
| CMYK | 0.43 | 0.72 | 0 | 0.01 |
| HSL | 264.4º | 0.97% | 0.63% | - |
| HSV(B) | 264.4º | 0.72% | 0.99% | - |
| XYZ | 31.26 | 17.34 | 93.79 | - |
| YUV | 112.87 | 206.52 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 70 | 252 | 0.43 | 0.72 | 0 | 0.01 | 264.4 | 0.97 | 0.63 |
| Hex | 90 | 46 | FC | 2B | 48 | 0 | 1 | 108 | 61 | 3F |
| Octal | 220 | 106 | 374 | 53 | 110 | 0 | 1 | 410 | 141 | 77 |
| Binary | 10010000 | 1000110 | 11111100 | 101011 | 1001000 | 0 | 1 | 100001000 | 1100001 | 111111 |
Color Harmonies of #9046FC
Complementary color
Monochromatic Colors of #9046FC
Black with #9046FC
Text Example
Text Example
White with #9046FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9046FC; }
p { color: rgb(144,70,252); }
H1.HeaderClassName
{
color: #9046FC;
}
.AnyTagClassName
{
color: #9046FC;
}
</style>
background-color css
<style>
a { background-color: #9046FC; }
a { background-color: rgb(144,70,252); }
div.DivClassName
{
background-color: #9046FC;
}
.BgClassName
{
background-color: #9046FC;
}
</style>
border-color css
<style>
span { border-color: #9046FC; }
span { border-color: rgb(144,70,252); }
td.TdClassName
{
border-color: #9046FC;
}
.TagClassName
{
border-color: #9046FC;
}
</style>