Shades of Blue Violet #9017FB
Tints of Blue Violet #9017FB
RGB
CMYK
RGB Variations
Color information
#9017FB (or 0x9017FB) is known color: Blue Violet. HEX triplet: 90, 17 and FB. RGB value is (144,23,251). Sum of RGB (Red+Green+Blue) = 144+23+251=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 23 (9.38% from 255 or 5.50% from 418); Blue value is 251 (98.44% from 255 or 60.05% from 418); Max value from RGB is 251 - color contains mainly: blue. Hex color #9017FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9017FB is #6FE804. Grayscale: #545454. Windows color (decimal): -7333893 or 16455568. OLE color: 16455568.
HSL color Cylindrical-coordinate representation of color #9017FB: hue angle of 271.84º degrees, saturation: 0.97, 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 #9017FB is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 23 | 251 | - |
| CMYK | 0.43 | 0.91 | 0 | 0.02 |
| HSL | 271.84º | 0.97% | 0.54% | - |
| HSV(B) | 271.84º | 0.91% | 0.98% | - |
| XYZ | 29.22 | 13.51 | 92.33 | - |
| YUV | 85.17 | 221.59 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 23 | 251 | 0.43 | 0.91 | 0 | 0.02 | 271.84 | 0.97 | 0.54 |
| Hex | 90 | 17 | FB | 2B | 5B | 0 | 2 | 110 | 61 | 36 |
| Octal | 220 | 27 | 373 | 53 | 133 | 0 | 2 | 420 | 141 | 66 |
| Binary | 10010000 | 10111 | 11111011 | 101011 | 1011011 | 0 | 10 | 100010000 | 1100001 | 110110 |
Color Harmonies of #9017FB
Complementary color
Monochromatic Colors of #9017FB
Black with #9017FB
Text Example
Text Example
White with #9017FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9017FB; }
p { color: rgb(144,23,251); }
H1.HeaderClassName
{
color: #9017FB;
}
.AnyTagClassName
{
color: #9017FB;
}
</style>
background-color css
<style>
a { background-color: #9017FB; }
a { background-color: rgb(144,23,251); }
div.DivClassName
{
background-color: #9017FB;
}
.BgClassName
{
background-color: #9017FB;
}
</style>
border-color css
<style>
span { border-color: #9017FB; }
span { border-color: rgb(144,23,251); }
td.TdClassName
{
border-color: #9017FB;
}
.TagClassName
{
border-color: #9017FB;
}
</style>