Shades of Blue Violet #9047EF
Tints of Blue Violet #9047EF
RGB
CMYK
RGB Variations
Color information
#9047EF (or 0x9047EF) is known color: Blue Violet. HEX triplet: 90, 47 and EF. RGB value is (144,71,239). Sum of RGB (Red+Green+Blue) = 144+71+239=454 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.72% from 454); Green value is 71 (28.12% from 255 or 15.64% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #9047EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9047EF is #6FB810. Grayscale: #6F6F6F. Windows color (decimal): -7321617 or 15681424. OLE color: 15681424.
HSL color Cylindrical-coordinate representation of color #9047EF: hue angle of 266.07º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9047EF is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 71 | 239 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.06 |
| HSL | 266.07º | 0.84% | 0.61% | - |
| HSV(B) | 266.07º | 0.7% | 0.94% | - |
| XYZ | 29.33 | 16.67 | 83.33 | - |
| YUV | 111.98 | 199.68 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 71 | 239 | 0.40 | 0.70 | 0 | 0.06 | 266.07 | 0.84 | 0.61 |
| Hex | 90 | 47 | EF | 28 | 46 | 0 | 6 | 10A | 54 | 3D |
| Octal | 220 | 107 | 357 | 50 | 106 | 0 | 6 | 412 | 124 | 75 |
| Binary | 10010000 | 1000111 | 11101111 | 101000 | 1000110 | 0 | 110 | 100001010 | 1010100 | 111101 |
Color Harmonies of #9047EF
Complementary color
Monochromatic Colors of #9047EF
Black with #9047EF
Text Example
Text Example
White with #9047EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9047EF; }
p { color: rgb(144,71,239); }
H1.HeaderClassName
{
color: #9047EF;
}
.AnyTagClassName
{
color: #9047EF;
}
</style>
background-color css
<style>
a { background-color: #9047EF; }
a { background-color: rgb(144,71,239); }
div.DivClassName
{
background-color: #9047EF;
}
.BgClassName
{
background-color: #9047EF;
}
</style>
border-color css
<style>
span { border-color: #9047EF; }
span { border-color: rgb(144,71,239); }
td.TdClassName
{
border-color: #9047EF;
}
.TagClassName
{
border-color: #9047EF;
}
</style>