Shades of Blue Violet #901CE6
Tints of Blue Violet #901CE6
RGB
CMYK
RGB Variations
Color information
#901CE6 (or 0x901CE6) is known color: Blue Violet. HEX triplet: 90, 1C and E6. RGB value is (144,28,230). Sum of RGB (Red+Green+Blue) = 144+28+230=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 28 (11.33% from 255 or 6.97% from 402); Blue value is 230 (90.23% from 255 or 57.21% from 402); Max value from RGB is 230 - color contains mainly: blue. Hex color #901CE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #901CE6 is #6FE319. Grayscale: #555555. Windows color (decimal): -7332634 or 15080592. OLE color: 15080592.
HSL color Cylindrical-coordinate representation of color #901CE6: hue angle of 274.46º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #901CE6 is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 28 | 230 | - |
| CMYK | 0.37 | 0.88 | 0 | 0.10 |
| HSL | 274.46º | 0.8% | 0.51% | - |
| HSV(B) | 274.46º | 0.88% | 0.9% | - |
| XYZ | 26.2 | 12.47 | 75.89 | - |
| YUV | 85.71 | 209.43 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 28 | 230 | 0.37 | 0.88 | 0 | 0.10 | 274.46 | 0.8 | 0.51 |
| Hex | 90 | 1C | E6 | 25 | 58 | 0 | A | 112 | 50 | 33 |
| Octal | 220 | 34 | 346 | 45 | 130 | 0 | 12 | 422 | 120 | 63 |
| Binary | 10010000 | 11100 | 11100110 | 100101 | 1011000 | 0 | 1010 | 100010010 | 1010000 | 110011 |
Color Harmonies of #901CE6
Complementary color
Monochromatic Colors of #901CE6
Black with #901CE6
Text Example
Text Example
White with #901CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901CE6; }
p { color: rgb(144,28,230); }
H1.HeaderClassName
{
color: #901CE6;
}
.AnyTagClassName
{
color: #901CE6;
}
</style>
background-color css
<style>
a { background-color: #901CE6; }
a { background-color: rgb(144,28,230); }
div.DivClassName
{
background-color: #901CE6;
}
.BgClassName
{
background-color: #901CE6;
}
</style>
border-color css
<style>
span { border-color: #901CE6; }
span { border-color: rgb(144,28,230); }
td.TdClassName
{
border-color: #901CE6;
}
.TagClassName
{
border-color: #901CE6;
}
</style>