Shades of Blue Violet #9017FA
Tints of Blue Violet #9017FA
RGB
CMYK
RGB Variations
Color information
#9017FA (or 0x9017FA) is known color: Blue Violet. HEX triplet: 90, 17 and FA. RGB value is (144,23,250). Sum of RGB (Red+Green+Blue) = 144+23+250=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 23 (9.38% from 255 or 5.52% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #9017FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9017FA is #6FE805. Grayscale: #545454. Windows color (decimal): -7333894 or 16390032. OLE color: 16390032.
HSL color Cylindrical-coordinate representation of color #9017FA: hue angle of 271.98º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9017FA is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 23 | 250 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.02 |
| HSL | 271.98º | 0.96% | 0.54% | - |
| HSV(B) | 271.98º | 0.91% | 0.98% | - |
| XYZ | 29.06 | 13.44 | 91.51 | - |
| YUV | 85.06 | 221.09 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 23 | 250 | 0.42 | 0.91 | 0 | 0.02 | 271.98 | 0.96 | 0.54 |
| Hex | 90 | 17 | FA | 2A | 5B | 0 | 2 | 110 | 60 | 36 |
| Octal | 220 | 27 | 372 | 52 | 133 | 0 | 2 | 420 | 140 | 66 |
| Binary | 10010000 | 10111 | 11111010 | 101010 | 1011011 | 0 | 10 | 100010000 | 1100000 | 110110 |
Color Harmonies of #9017FA
Complementary color
Monochromatic Colors of #9017FA
Black with #9017FA
Text Example
Text Example
White with #9017FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9017FA; }
p { color: rgb(144,23,250); }
H1.HeaderClassName
{
color: #9017FA;
}
.AnyTagClassName
{
color: #9017FA;
}
</style>
background-color css
<style>
a { background-color: #9017FA; }
a { background-color: rgb(144,23,250); }
div.DivClassName
{
background-color: #9017FA;
}
.BgClassName
{
background-color: #9017FA;
}
</style>
border-color css
<style>
span { border-color: #9017FA; }
span { border-color: rgb(144,23,250); }
td.TdClassName
{
border-color: #9017FA;
}
.TagClassName
{
border-color: #9017FA;
}
</style>