Shades of Blue Violet #901CEA
Tints of Blue Violet #901CEA
RGB
CMYK
RGB Variations
Color information
#901CEA (or 0x901CEA) is known color: Blue Violet. HEX triplet: 90, 1C and EA. RGB value is (144,28,234). Sum of RGB (Red+Green+Blue) = 144+28+234=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 28 (11.33% from 255 or 6.90% from 406); Blue value is 234 (91.80% from 255 or 57.64% from 406); Max value from RGB is 234 - color contains mainly: blue. Hex color #901CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #901CEA is #6FE315. Grayscale: #555555. Windows color (decimal): -7332630 or 15342736. OLE color: 15342736.
HSL color Cylindrical-coordinate representation of color #901CEA: hue angle of 273.79º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #901CEA is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 28 | 234 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.08 |
| HSL | 273.79º | 0.83% | 0.51% | - |
| HSV(B) | 273.79º | 0.88% | 0.92% | - |
| XYZ | 26.77 | 12.7 | 78.88 | - |
| YUV | 86.17 | 211.43 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 28 | 234 | 0.38 | 0.88 | 0 | 0.08 | 273.79 | 0.83 | 0.51 |
| Hex | 90 | 1C | EA | 26 | 58 | 0 | 8 | 112 | 53 | 33 |
| Octal | 220 | 34 | 352 | 46 | 130 | 0 | 10 | 422 | 123 | 63 |
| Binary | 10010000 | 11100 | 11101010 | 100110 | 1011000 | 0 | 1000 | 100010010 | 1010011 | 110011 |
Color Harmonies of #901CEA
Complementary color
Monochromatic Colors of #901CEA
Black with #901CEA
Text Example
Text Example
White with #901CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901CEA; }
p { color: rgb(144,28,234); }
H1.HeaderClassName
{
color: #901CEA;
}
.AnyTagClassName
{
color: #901CEA;
}
</style>
background-color css
<style>
a { background-color: #901CEA; }
a { background-color: rgb(144,28,234); }
div.DivClassName
{
background-color: #901CEA;
}
.BgClassName
{
background-color: #901CEA;
}
</style>
border-color css
<style>
span { border-color: #901CEA; }
span { border-color: rgb(144,28,234); }
td.TdClassName
{
border-color: #901CEA;
}
.TagClassName
{
border-color: #901CEA;
}
</style>