Shades of Blue Violet #901CF8
Tints of Blue Violet #901CF8
RGB
CMYK
RGB Variations
Color information
#901CF8 (or 0x901CF8) is known color: Blue Violet. HEX triplet: 90, 1C and F8. RGB value is (144,28,248). Sum of RGB (Red+Green+Blue) = 144+28+248=420 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.29% from 420); Green value is 28 (11.33% from 255 or 6.67% from 420); Blue value is 248 (97.27% from 255 or 59.05% from 420); Max value from RGB is 248 - color contains mainly: blue. Hex color #901CF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #901CF8 is #6FE307. Grayscale: #575757. Windows color (decimal): -7332616 or 16260240. OLE color: 16260240.
HSL color Cylindrical-coordinate representation of color #901CF8: hue angle of 271.64º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #901CF8 is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 28 | 248 | - |
| CMYK | 0.42 | 0.89 | 0 | 0.03 |
| HSL | 271.64º | 0.94% | 0.54% | - |
| HSV(B) | 271.64º | 0.89% | 0.97% | - |
| XYZ | 28.86 | 13.54 | 89.9 | - |
| YUV | 87.76 | 218.43 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 28 | 248 | 0.42 | 0.89 | 0 | 0.03 | 271.64 | 0.94 | 0.54 |
| Hex | 90 | 1C | F8 | 2A | 59 | 0 | 3 | 110 | 5E | 36 |
| Octal | 220 | 34 | 370 | 52 | 131 | 0 | 3 | 420 | 136 | 66 |
| Binary | 10010000 | 11100 | 11111000 | 101010 | 1011001 | 0 | 11 | 100010000 | 1011110 | 110110 |
Color Harmonies of #901CF8
Complementary color
Monochromatic Colors of #901CF8
Black with #901CF8
Text Example
Text Example
White with #901CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901CF8; }
p { color: rgb(144,28,248); }
H1.HeaderClassName
{
color: #901CF8;
}
.AnyTagClassName
{
color: #901CF8;
}
</style>
background-color css
<style>
a { background-color: #901CF8; }
a { background-color: rgb(144,28,248); }
div.DivClassName
{
background-color: #901CF8;
}
.BgClassName
{
background-color: #901CF8;
}
</style>
border-color css
<style>
span { border-color: #901CF8; }
span { border-color: rgb(144,28,248); }
td.TdClassName
{
border-color: #901CF8;
}
.TagClassName
{
border-color: #901CF8;
}
</style>