Shades of Blue Violet #904BEC
Tints of Blue Violet #904BEC
RGB
CMYK
RGB Variations
Color information
#904BEC (or 0x904BEC) is known color: Blue Violet. HEX triplet: 90, 4B and EC. RGB value is (144,75,236). Sum of RGB (Red+Green+Blue) = 144+75+236=455 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.65% from 455); Green value is 75 (29.69% from 255 or 16.48% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #904BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #904BEC is #6FB413. Grayscale: #717171. Windows color (decimal): -7320596 or 15485840. OLE color: 15485840.
HSL color Cylindrical-coordinate representation of color #904BEC: hue angle of 265.71º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #904BEC is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 75 | 236 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.07 |
| HSL | 265.71º | 0.81% | 0.61% | - |
| HSV(B) | 265.71º | 0.68% | 0.93% | - |
| XYZ | 29.16 | 17.02 | 81.1 | - |
| YUV | 113.99 | 196.86 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 75 | 236 | 0.39 | 0.68 | 0 | 0.07 | 265.71 | 0.81 | 0.61 |
| Hex | 90 | 4B | EC | 27 | 44 | 0 | 7 | 10A | 51 | 3D |
| Octal | 220 | 113 | 354 | 47 | 104 | 0 | 7 | 412 | 121 | 75 |
| Binary | 10010000 | 1001011 | 11101100 | 100111 | 1000100 | 0 | 111 | 100001010 | 1010001 | 111101 |
Color Harmonies of #904BEC
Complementary color
Monochromatic Colors of #904BEC
Black with #904BEC
Text Example
Text Example
White with #904BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904BEC; }
p { color: rgb(144,75,236); }
H1.HeaderClassName
{
color: #904BEC;
}
.AnyTagClassName
{
color: #904BEC;
}
</style>
background-color css
<style>
a { background-color: #904BEC; }
a { background-color: rgb(144,75,236); }
div.DivClassName
{
background-color: #904BEC;
}
.BgClassName
{
background-color: #904BEC;
}
</style>
border-color css
<style>
span { border-color: #904BEC; }
span { border-color: rgb(144,75,236); }
td.TdClassName
{
border-color: #904BEC;
}
.TagClassName
{
border-color: #904BEC;
}
</style>