Shades of Blue Violet #9046FD
Tints of Blue Violet #9046FD
RGB
CMYK
RGB Variations
Color information
#9046FD (or 0x9046FD) is known color: Blue Violet. HEX triplet: 90, 46 and FD. RGB value is (144,70,253). Sum of RGB (Red+Green+Blue) = 144+70+253=467 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.84% from 467); Green value is 70 (27.73% from 255 or 14.99% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #9046FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9046FD is #6FB902. Grayscale: #707070. Windows color (decimal): -7321859 or 16598672. OLE color: 16598672.
HSL color Cylindrical-coordinate representation of color #9046FD: hue angle of 264.26º degrees, saturation: 0.98, 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 #9046FD is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 70 | 253 | - |
| CMYK | 0.43 | 0.72 | 0 | 0.01 |
| HSL | 264.26º | 0.98% | 0.63% | - |
| HSV(B) | 264.26º | 0.72% | 0.99% | - |
| XYZ | 31.42 | 17.4 | 94.63 | - |
| YUV | 112.99 | 207.02 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 70 | 253 | 0.43 | 0.72 | 0 | 0.01 | 264.26 | 0.98 | 0.63 |
| Hex | 90 | 46 | FD | 2B | 48 | 0 | 1 | 108 | 62 | 3F |
| Octal | 220 | 106 | 375 | 53 | 110 | 0 | 1 | 410 | 142 | 77 |
| Binary | 10010000 | 1000110 | 11111101 | 101011 | 1001000 | 0 | 1 | 100001000 | 1100010 | 111111 |
Color Harmonies of #9046FD
Complementary color
Monochromatic Colors of #9046FD
Black with #9046FD
Text Example
Text Example
White with #9046FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9046FD; }
p { color: rgb(144,70,253); }
H1.HeaderClassName
{
color: #9046FD;
}
.AnyTagClassName
{
color: #9046FD;
}
</style>
background-color css
<style>
a { background-color: #9046FD; }
a { background-color: rgb(144,70,253); }
div.DivClassName
{
background-color: #9046FD;
}
.BgClassName
{
background-color: #9046FD;
}
</style>
border-color css
<style>
span { border-color: #9046FD; }
span { border-color: rgb(144,70,253); }
td.TdClassName
{
border-color: #9046FD;
}
.TagClassName
{
border-color: #9046FD;
}
</style>