Shades of Blue Violet #904BE8
Tints of Blue Violet #904BE8
RGB
CMYK
RGB Variations
Color information
#904BE8 (or 0x904BE8) is known color: Blue Violet. HEX triplet: 90, 4B and E8. RGB value is (144,75,232). Sum of RGB (Red+Green+Blue) = 144+75+232=451 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.93% from 451); Green value is 75 (29.69% from 255 or 16.63% from 451); Blue value is 232 (91.02% from 255 or 51.44% from 451); Max value from RGB is 232 - color contains mainly: blue. Hex color #904BE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #904BE8 is #6FB417. Grayscale: #707070. Windows color (decimal): -7320600 or 15223696. OLE color: 15223696.
HSL color Cylindrical-coordinate representation of color #904BE8: hue angle of 266.37º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #904BE8 is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 75 | 232 | - |
| CMYK | 0.38 | 0.68 | 0 | 0.09 |
| HSL | 266.37º | 0.77% | 0.6% | - |
| HSV(B) | 266.37º | 0.68% | 0.91% | - |
| XYZ | 28.58 | 16.79 | 78.08 | - |
| YUV | 113.53 | 194.86 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 75 | 232 | 0.38 | 0.68 | 0 | 0.09 | 266.37 | 0.77 | 0.6 |
| Hex | 90 | 4B | E8 | 26 | 44 | 0 | 9 | 10A | 4D | 3C |
| Octal | 220 | 113 | 350 | 46 | 104 | 0 | 11 | 412 | 115 | 74 |
| Binary | 10010000 | 1001011 | 11101000 | 100110 | 1000100 | 0 | 1001 | 100001010 | 1001101 | 111100 |
Color Harmonies of #904BE8
Complementary color
Monochromatic Colors of #904BE8
Black with #904BE8
Text Example
Text Example
White with #904BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904BE8; }
p { color: rgb(144,75,232); }
H1.HeaderClassName
{
color: #904BE8;
}
.AnyTagClassName
{
color: #904BE8;
}
</style>
background-color css
<style>
a { background-color: #904BE8; }
a { background-color: rgb(144,75,232); }
div.DivClassName
{
background-color: #904BE8;
}
.BgClassName
{
background-color: #904BE8;
}
</style>
border-color css
<style>
span { border-color: #904BE8; }
span { border-color: rgb(144,75,232); }
td.TdClassName
{
border-color: #904BE8;
}
.TagClassName
{
border-color: #904BE8;
}
</style>