Shades of Blue Violet #9027ED
Tints of Blue Violet #9027ED
RGB
CMYK
RGB Variations
Color information
#9027ED (or 0x9027ED) is known color: Blue Violet. HEX triplet: 90, 27 and ED. RGB value is (144,39,237). Sum of RGB (Red+Green+Blue) = 144+39+237=420 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.29% from 420); Green value is 39 (15.62% from 255 or 9.29% from 420); Blue value is 237 (92.97% from 255 or 56.43% from 420); Max value from RGB is 237 - color contains mainly: blue. Hex color #9027ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9027ED is #6FD812. Grayscale: #5C5C5C. Windows color (decimal): -7329811 or 15542160. OLE color: 15542160.
HSL color Cylindrical-coordinate representation of color #9027ED: hue angle of 271.82º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9027ED is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 39 | 237 | - |
| CMYK | 0.39 | 0.84 | 0 | 0.07 |
| HSL | 271.82º | 0.85% | 0.54% | - |
| HSV(B) | 271.82º | 0.84% | 0.93% | - |
| XYZ | 27.51 | 13.49 | 81.28 | - |
| YUV | 92.97 | 209.29 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 39 | 237 | 0.39 | 0.84 | 0 | 0.07 | 271.82 | 0.85 | 0.54 |
| Hex | 90 | 27 | ED | 27 | 54 | 0 | 7 | 110 | 55 | 36 |
| Octal | 220 | 47 | 355 | 47 | 124 | 0 | 7 | 420 | 125 | 66 |
| Binary | 10010000 | 100111 | 11101101 | 100111 | 1010100 | 0 | 111 | 100010000 | 1010101 | 110110 |
Color Harmonies of #9027ED
Complementary color
Monochromatic Colors of #9027ED
Black with #9027ED
Text Example
Text Example
White with #9027ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9027ED; }
p { color: rgb(144,39,237); }
H1.HeaderClassName
{
color: #9027ED;
}
.AnyTagClassName
{
color: #9027ED;
}
</style>
background-color css
<style>
a { background-color: #9027ED; }
a { background-color: rgb(144,39,237); }
div.DivClassName
{
background-color: #9027ED;
}
.BgClassName
{
background-color: #9027ED;
}
</style>
border-color css
<style>
span { border-color: #9027ED; }
span { border-color: rgb(144,39,237); }
td.TdClassName
{
border-color: #9027ED;
}
.TagClassName
{
border-color: #9027ED;
}
</style>