Shades of Blue Violet #904EEE
Tints of Blue Violet #904EEE
RGB
CMYK
RGB Variations
Color information
#904EEE (or 0x904EEE) is known color: Blue Violet. HEX triplet: 90, 4E and EE. RGB value is (144,78,238). Sum of RGB (Red+Green+Blue) = 144+78+238=460 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.30% from 460); Green value is 78 (30.86% from 255 or 16.96% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #904EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #904EEE is #6FB111. Grayscale: #737373. Windows color (decimal): -7319826 or 15617680. OLE color: 15617680.
HSL color Cylindrical-coordinate representation of color #904EEE: hue angle of 264.75º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #904EEE is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 78 | 238 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.07 |
| HSL | 264.75º | 0.82% | 0.62% | - |
| HSV(B) | 264.75º | 0.67% | 0.93% | - |
| XYZ | 29.66 | 17.55 | 82.71 | - |
| YUV | 115.97 | 196.87 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 238 | 0.39 | 0.67 | 0 | 0.07 | 264.75 | 0.82 | 0.62 |
| Hex | 90 | 4E | EE | 27 | 43 | 0 | 7 | 109 | 52 | 3E |
| Octal | 220 | 116 | 356 | 47 | 103 | 0 | 7 | 411 | 122 | 76 |
| Binary | 10010000 | 1001110 | 11101110 | 100111 | 1000011 | 0 | 111 | 100001001 | 1010010 | 111110 |
Color Harmonies of #904EEE
Complementary color
Monochromatic Colors of #904EEE
Black with #904EEE
Text Example
Text Example
White with #904EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904EEE; }
p { color: rgb(144,78,238); }
H1.HeaderClassName
{
color: #904EEE;
}
.AnyTagClassName
{
color: #904EEE;
}
</style>
background-color css
<style>
a { background-color: #904EEE; }
a { background-color: rgb(144,78,238); }
div.DivClassName
{
background-color: #904EEE;
}
.BgClassName
{
background-color: #904EEE;
}
</style>
border-color css
<style>
span { border-color: #904EEE; }
span { border-color: rgb(144,78,238); }
td.TdClassName
{
border-color: #904EEE;
}
.TagClassName
{
border-color: #904EEE;
}
</style>