Shades of Blue Violet #901CE9
Tints of Blue Violet #901CE9
RGB
CMYK
RGB Variations
Color information
#901CE9 (or 0x901CE9) is known color: Blue Violet. HEX triplet: 90, 1C and E9. RGB value is (144,28,233). Sum of RGB (Red+Green+Blue) = 144+28+233=405 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.56% from 405); Green value is 28 (11.33% from 255 or 6.91% from 405); Blue value is 233 (91.41% from 255 or 57.53% from 405); Max value from RGB is 233 - color contains mainly: blue. Hex color #901CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #901CE9 is #6FE316. Grayscale: #555555. Windows color (decimal): -7332631 or 15277200. OLE color: 15277200.
HSL color Cylindrical-coordinate representation of color #901CE9: hue angle of 273.95º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #901CE9 is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 28 | 233 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.09 |
| HSL | 273.95º | 0.82% | 0.51% | - |
| HSV(B) | 273.95º | 0.88% | 0.91% | - |
| XYZ | 26.62 | 12.64 | 78.13 | - |
| YUV | 86.05 | 210.93 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 28 | 233 | 0.38 | 0.88 | 0 | 0.09 | 273.95 | 0.82 | 0.51 |
| Hex | 90 | 1C | E9 | 26 | 58 | 0 | 9 | 112 | 52 | 33 |
| Octal | 220 | 34 | 351 | 46 | 130 | 0 | 11 | 422 | 122 | 63 |
| Binary | 10010000 | 11100 | 11101001 | 100110 | 1011000 | 0 | 1001 | 100010010 | 1010010 | 110011 |
Color Harmonies of #901CE9
Complementary color
Monochromatic Colors of #901CE9
Black with #901CE9
Text Example
Text Example
White with #901CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901CE9; }
p { color: rgb(144,28,233); }
H1.HeaderClassName
{
color: #901CE9;
}
.AnyTagClassName
{
color: #901CE9;
}
</style>
background-color css
<style>
a { background-color: #901CE9; }
a { background-color: rgb(144,28,233); }
div.DivClassName
{
background-color: #901CE9;
}
.BgClassName
{
background-color: #901CE9;
}
</style>
border-color css
<style>
span { border-color: #901CE9; }
span { border-color: rgb(144,28,233); }
td.TdClassName
{
border-color: #901CE9;
}
.TagClassName
{
border-color: #901CE9;
}
</style>