Shades of Blue Violet #904CEE
Tints of Blue Violet #904CEE
RGB
CMYK
RGB Variations
Color information
#904CEE (or 0x904CEE) is known color: Blue Violet. HEX triplet: 90, 4C and EE. RGB value is (144,76,238). Sum of RGB (Red+Green+Blue) = 144+76+238=458 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.44% from 458); Green value is 76 (30.08% from 255 or 16.59% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #904CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #904CEE is #6FB311. Grayscale: #727272. Windows color (decimal): -7320338 or 15617168. OLE color: 15617168.
HSL color Cylindrical-coordinate representation of color #904CEE: hue angle of 265.19º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #904CEE is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 76 | 238 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.07 |
| HSL | 265.19º | 0.83% | 0.62% | - |
| HSV(B) | 265.19º | 0.68% | 0.93% | - |
| XYZ | 29.52 | 17.27 | 82.67 | - |
| YUV | 114.8 | 197.53 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 76 | 238 | 0.39 | 0.68 | 0 | 0.07 | 265.19 | 0.83 | 0.62 |
| Hex | 90 | 4C | EE | 27 | 44 | 0 | 7 | 109 | 53 | 3E |
| Octal | 220 | 114 | 356 | 47 | 104 | 0 | 7 | 411 | 123 | 76 |
| Binary | 10010000 | 1001100 | 11101110 | 100111 | 1000100 | 0 | 111 | 100001001 | 1010011 | 111110 |
Color Harmonies of #904CEE
Complementary color
Monochromatic Colors of #904CEE
Black with #904CEE
Text Example
Text Example
White with #904CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904CEE; }
p { color: rgb(144,76,238); }
H1.HeaderClassName
{
color: #904CEE;
}
.AnyTagClassName
{
color: #904CEE;
}
</style>
background-color css
<style>
a { background-color: #904CEE; }
a { background-color: rgb(144,76,238); }
div.DivClassName
{
background-color: #904CEE;
}
.BgClassName
{
background-color: #904CEE;
}
</style>
border-color css
<style>
span { border-color: #904CEE; }
span { border-color: rgb(144,76,238); }
td.TdClassName
{
border-color: #904CEE;
}
.TagClassName
{
border-color: #904CEE;
}
</style>