Shades of Blue Violet #901CEE
Tints of Blue Violet #901CEE
RGB
CMYK
RGB Variations
Color information
#901CEE (or 0x901CEE) is known color: Blue Violet. HEX triplet: 90, 1C and EE. RGB value is (144,28,238). Sum of RGB (Red+Green+Blue) = 144+28+238=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 28 (11.33% from 255 or 6.83% from 410); Blue value is 238 (93.36% from 255 or 58.05% from 410); Max value from RGB is 238 - color contains mainly: blue. Hex color #901CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #901CEE is #6FE311. Grayscale: #555555. Windows color (decimal): -7332626 or 15604880. OLE color: 15604880.
HSL color Cylindrical-coordinate representation of color #901CEE: hue angle of 273.14º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #901CEE is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 28 | 238 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.07 |
| HSL | 273.14º | 0.86% | 0.52% | - |
| HSV(B) | 273.14º | 0.88% | 0.93% | - |
| XYZ | 27.35 | 12.93 | 81.94 | - |
| YUV | 86.62 | 213.43 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 28 | 238 | 0.39 | 0.88 | 0 | 0.07 | 273.14 | 0.86 | 0.52 |
| Hex | 90 | 1C | EE | 27 | 58 | 0 | 7 | 111 | 56 | 34 |
| Octal | 220 | 34 | 356 | 47 | 130 | 0 | 7 | 421 | 126 | 64 |
| Binary | 10010000 | 11100 | 11101110 | 100111 | 1011000 | 0 | 111 | 100010001 | 1010110 | 110100 |
Color Harmonies of #901CEE
Complementary color
Monochromatic Colors of #901CEE
Black with #901CEE
Text Example
Text Example
White with #901CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901CEE; }
p { color: rgb(144,28,238); }
H1.HeaderClassName
{
color: #901CEE;
}
.AnyTagClassName
{
color: #901CEE;
}
</style>
background-color css
<style>
a { background-color: #901CEE; }
a { background-color: rgb(144,28,238); }
div.DivClassName
{
background-color: #901CEE;
}
.BgClassName
{
background-color: #901CEE;
}
</style>
border-color css
<style>
span { border-color: #901CEE; }
span { border-color: rgb(144,28,238); }
td.TdClassName
{
border-color: #901CEE;
}
.TagClassName
{
border-color: #901CEE;
}
</style>