Shades of Blue Violet #9017E4
Tints of Blue Violet #9017E4
RGB
CMYK
RGB Variations
Color information
#9017E4 (or 0x9017E4) is known color: Blue Violet. HEX triplet: 90, 17 and E4. RGB value is (144,23,228). Sum of RGB (Red+Green+Blue) = 144+23+228=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 23 (9.38% from 255 or 5.82% from 395); Blue value is 228 (89.45% from 255 or 57.72% from 395); Max value from RGB is 228 - color contains mainly: blue. Hex color #9017E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9017E4 is #6FE81B. Grayscale: #515151. Windows color (decimal): -7333916 or 14948240. OLE color: 14948240.
HSL color Cylindrical-coordinate representation of color #9017E4: hue angle of 275.41º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9017E4 is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 144 | 23 | 228 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.11 |
| HSL | 275.41º | 0.82% | 0.49% | - |
| HSV(B) | 275.41º | 0.9% | 0.89% | - |
| XYZ | 25.81 | 12.14 | 74.38 | - |
| YUV | 82.55 | 210.09 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 23 | 228 | 0.37 | 0.90 | 0 | 0.11 | 275.41 | 0.82 | 0.49 |
| Hex | 90 | 17 | E4 | 25 | 5A | 0 | B | 113 | 52 | 31 |
| Octal | 220 | 27 | 344 | 45 | 132 | 0 | 13 | 423 | 122 | 61 |
| Binary | 10010000 | 10111 | 11100100 | 100101 | 1011010 | 0 | 1011 | 100010011 | 1010010 | 110001 |
Color Harmonies of #9017E4
Complementary color
Monochromatic Colors of #9017E4
Black with #9017E4
Text Example
Text Example
White with #9017E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9017E4; }
p { color: rgb(144,23,228); }
H1.HeaderClassName
{
color: #9017E4;
}
.AnyTagClassName
{
color: #9017E4;
}
</style>
background-color css
<style>
a { background-color: #9017E4; }
a { background-color: rgb(144,23,228); }
div.DivClassName
{
background-color: #9017E4;
}
.BgClassName
{
background-color: #9017E4;
}
</style>
border-color css
<style>
span { border-color: #9017E4; }
span { border-color: rgb(144,23,228); }
td.TdClassName
{
border-color: #9017E4;
}
.TagClassName
{
border-color: #9017E4;
}
</style>