Shades of Blue Violet #9045EF
Tints of Blue Violet #9045EF
RGB
CMYK
RGB Variations
Color information
#9045EF (or 0x9045EF) is known color: Blue Violet. HEX triplet: 90, 45 and EF. RGB value is (144,69,239). Sum of RGB (Red+Green+Blue) = 144+69+239=452 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.86% from 452); Green value is 69 (27.34% from 255 or 15.27% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #9045EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9045EF is #6FBA10. Grayscale: #6E6E6E. Windows color (decimal): -7322129 or 15680912. OLE color: 15680912.
HSL color Cylindrical-coordinate representation of color #9045EF: hue angle of 266.47º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9045EF is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 69 | 239 | - |
| CMYK | 0.40 | 0.71 | 0 | 0.06 |
| HSL | 266.47º | 0.84% | 0.6% | - |
| HSV(B) | 266.47º | 0.71% | 0.94% | - |
| XYZ | 29.21 | 16.42 | 83.29 | - |
| YUV | 110.81 | 200.35 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 69 | 239 | 0.40 | 0.71 | 0 | 0.06 | 266.47 | 0.84 | 0.6 |
| Hex | 90 | 45 | EF | 28 | 47 | 0 | 6 | 10A | 54 | 3C |
| Octal | 220 | 105 | 357 | 50 | 107 | 0 | 6 | 412 | 124 | 74 |
| Binary | 10010000 | 1000101 | 11101111 | 101000 | 1000111 | 0 | 110 | 100001010 | 1010100 | 111100 |
Color Harmonies of #9045EF
Complementary color
Monochromatic Colors of #9045EF
Black with #9045EF
Text Example
Text Example
White with #9045EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9045EF; }
p { color: rgb(144,69,239); }
H1.HeaderClassName
{
color: #9045EF;
}
.AnyTagClassName
{
color: #9045EF;
}
</style>
background-color css
<style>
a { background-color: #9045EF; }
a { background-color: rgb(144,69,239); }
div.DivClassName
{
background-color: #9045EF;
}
.BgClassName
{
background-color: #9045EF;
}
</style>
border-color css
<style>
span { border-color: #9045EF; }
span { border-color: rgb(144,69,239); }
td.TdClassName
{
border-color: #9045EF;
}
.TagClassName
{
border-color: #9045EF;
}
</style>