Shades of Blue Violet #9047EE
Tints of Blue Violet #9047EE
RGB
CMYK
RGB Variations
Color information
#9047EE (or 0x9047EE) is known color: Blue Violet. HEX triplet: 90, 47 and EE. RGB value is (144,71,238). Sum of RGB (Red+Green+Blue) = 144+71+238=453 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.79% from 453); Green value is 71 (28.12% from 255 or 15.67% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #9047EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9047EE is #6FB811. Grayscale: #6F6F6F. Windows color (decimal): -7321618 or 15615888. OLE color: 15615888.
HSL color Cylindrical-coordinate representation of color #9047EE: hue angle of 266.23º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9047EE is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 71 | 238 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.07 |
| HSL | 266.23º | 0.83% | 0.61% | - |
| HSV(B) | 266.23º | 0.7% | 0.93% | - |
| XYZ | 29.19 | 16.61 | 82.56 | - |
| YUV | 111.87 | 199.18 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 71 | 238 | 0.39 | 0.70 | 0 | 0.07 | 266.23 | 0.83 | 0.61 |
| Hex | 90 | 47 | EE | 27 | 46 | 0 | 7 | 10A | 53 | 3D |
| Octal | 220 | 107 | 356 | 47 | 106 | 0 | 7 | 412 | 123 | 75 |
| Binary | 10010000 | 1000111 | 11101110 | 100111 | 1000110 | 0 | 111 | 100001010 | 1010011 | 111101 |
Color Harmonies of #9047EE
Complementary color
Monochromatic Colors of #9047EE
Black with #9047EE
Text Example
Text Example
White with #9047EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9047EE; }
p { color: rgb(144,71,238); }
H1.HeaderClassName
{
color: #9047EE;
}
.AnyTagClassName
{
color: #9047EE;
}
</style>
background-color css
<style>
a { background-color: #9047EE; }
a { background-color: rgb(144,71,238); }
div.DivClassName
{
background-color: #9047EE;
}
.BgClassName
{
background-color: #9047EE;
}
</style>
border-color css
<style>
span { border-color: #9047EE; }
span { border-color: rgb(144,71,238); }
td.TdClassName
{
border-color: #9047EE;
}
.TagClassName
{
border-color: #9047EE;
}
</style>