Shades of Blue Violet #9047FA
Tints of Blue Violet #9047FA
RGB
CMYK
RGB Variations
Color information
#9047FA (or 0x9047FA) is known color: Blue Violet. HEX triplet: 90, 47 and FA. RGB value is (144,71,250). Sum of RGB (Red+Green+Blue) = 144+71+250=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 71 (28.12% from 255 or 15.27% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #9047FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9047FA is #6FB805. Grayscale: #707070. Windows color (decimal): -7321606 or 16402320. OLE color: 16402320.
HSL color Cylindrical-coordinate representation of color #9047FA: hue angle of 264.47º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9047FA is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 71 | 250 | - |
| CMYK | 0.42 | 0.72 | 0 | 0.02 |
| HSL | 264.47º | 0.95% | 0.63% | - |
| HSV(B) | 264.47º | 0.72% | 0.98% | - |
| XYZ | 31.01 | 17.34 | 92.15 | - |
| YUV | 113.23 | 205.18 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 71 | 250 | 0.42 | 0.72 | 0 | 0.02 | 264.47 | 0.95 | 0.63 |
| Hex | 90 | 47 | FA | 2A | 48 | 0 | 2 | 108 | 5F | 3F |
| Octal | 220 | 107 | 372 | 52 | 110 | 0 | 2 | 410 | 137 | 77 |
| Binary | 10010000 | 1000111 | 11111010 | 101010 | 1001000 | 0 | 10 | 100001000 | 1011111 | 111111 |
Color Harmonies of #9047FA
Complementary color
Monochromatic Colors of #9047FA
Black with #9047FA
Text Example
Text Example
White with #9047FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9047FA; }
p { color: rgb(144,71,250); }
H1.HeaderClassName
{
color: #9047FA;
}
.AnyTagClassName
{
color: #9047FA;
}
</style>
background-color css
<style>
a { background-color: #9047FA; }
a { background-color: rgb(144,71,250); }
div.DivClassName
{
background-color: #9047FA;
}
.BgClassName
{
background-color: #9047FA;
}
</style>
border-color css
<style>
span { border-color: #9047FA; }
span { border-color: rgb(144,71,250); }
td.TdClassName
{
border-color: #9047FA;
}
.TagClassName
{
border-color: #9047FA;
}
</style>