Shades of Blue Violet #904CE9
Tints of Blue Violet #904CE9
RGB
CMYK
RGB Variations
Color information
#904CE9 (or 0x904CE9) is known color: Blue Violet. HEX triplet: 90, 4C and E9. RGB value is (144,76,233). Sum of RGB (Red+Green+Blue) = 144+76+233=453 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.79% from 453); Green value is 76 (30.08% from 255 or 16.78% from 453); Blue value is 233 (91.41% from 255 or 51.43% from 453); Max value from RGB is 233 - color contains mainly: blue. Hex color #904CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #904CE9 is #6FB316. Grayscale: #717171. Windows color (decimal): -7320343 or 15289488. OLE color: 15289488.
HSL color Cylindrical-coordinate representation of color #904CE9: hue angle of 265.99º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #904CE9 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 76 | 233 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.09 |
| HSL | 265.99º | 0.78% | 0.61% | - |
| HSV(B) | 265.99º | 0.67% | 0.91% | - |
| XYZ | 28.79 | 16.98 | 78.85 | - |
| YUV | 114.23 | 195.03 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 76 | 233 | 0.38 | 0.67 | 0 | 0.09 | 265.99 | 0.78 | 0.61 |
| Hex | 90 | 4C | E9 | 26 | 43 | 0 | 9 | 10A | 4E | 3D |
| Octal | 220 | 114 | 351 | 46 | 103 | 0 | 11 | 412 | 116 | 75 |
| Binary | 10010000 | 1001100 | 11101001 | 100110 | 1000011 | 0 | 1001 | 100001010 | 1001110 | 111101 |
Color Harmonies of #904CE9
Complementary color
Monochromatic Colors of #904CE9
Black with #904CE9
Text Example
Text Example
White with #904CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904CE9; }
p { color: rgb(144,76,233); }
H1.HeaderClassName
{
color: #904CE9;
}
.AnyTagClassName
{
color: #904CE9;
}
</style>
background-color css
<style>
a { background-color: #904CE9; }
a { background-color: rgb(144,76,233); }
div.DivClassName
{
background-color: #904CE9;
}
.BgClassName
{
background-color: #904CE9;
}
</style>
border-color css
<style>
span { border-color: #904CE9; }
span { border-color: rgb(144,76,233); }
td.TdClassName
{
border-color: #904CE9;
}
.TagClassName
{
border-color: #904CE9;
}
</style>