Shades of Blue Violet #9027EF
Tints of Blue Violet #9027EF
RGB
CMYK
RGB Variations
Color information
#9027EF (or 0x9027EF) is known color: Blue Violet. HEX triplet: 90, 27 and EF. RGB value is (144,39,239). Sum of RGB (Red+Green+Blue) = 144+39+239=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 39 (15.62% from 255 or 9.24% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #9027EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9027EF is #6FD810. Grayscale: #5C5C5C. Windows color (decimal): -7329809 or 15673232. OLE color: 15673232.
HSL color Cylindrical-coordinate representation of color #9027EF: hue angle of 271.5º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9027EF is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 39 | 239 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.06 |
| HSL | 271.5º | 0.86% | 0.55% | - |
| HSV(B) | 271.5º | 0.84% | 0.94% | - |
| XYZ | 27.81 | 13.61 | 82.82 | - |
| YUV | 93.2 | 210.29 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 39 | 239 | 0.40 | 0.84 | 0 | 0.06 | 271.5 | 0.86 | 0.55 |
| Hex | 90 | 27 | EF | 28 | 54 | 0 | 6 | 110 | 56 | 37 |
| Octal | 220 | 47 | 357 | 50 | 124 | 0 | 6 | 420 | 126 | 67 |
| Binary | 10010000 | 100111 | 11101111 | 101000 | 1010100 | 0 | 110 | 100010000 | 1010110 | 110111 |
Color Harmonies of #9027EF
Complementary color
Monochromatic Colors of #9027EF
Black with #9027EF
Text Example
Text Example
White with #9027EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9027EF; }
p { color: rgb(144,39,239); }
H1.HeaderClassName
{
color: #9027EF;
}
.AnyTagClassName
{
color: #9027EF;
}
</style>
background-color css
<style>
a { background-color: #9027EF; }
a { background-color: rgb(144,39,239); }
div.DivClassName
{
background-color: #9027EF;
}
.BgClassName
{
background-color: #9027EF;
}
</style>
border-color css
<style>
span { border-color: #9027EF; }
span { border-color: rgb(144,39,239); }
td.TdClassName
{
border-color: #9027EF;
}
.TagClassName
{
border-color: #9027EF;
}
</style>