Shades of Blue Violet #904DF6
Tints of Blue Violet #904DF6
RGB
CMYK
RGB Variations
Color information
#904DF6 (or 0x904DF6) is known color: Blue Violet. HEX triplet: 90, 4D and F6. RGB value is (144,77,246). Sum of RGB (Red+Green+Blue) = 144+77+246=467 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.84% from 467); Green value is 77 (30.47% from 255 or 16.49% from 467); Blue value is 246 (96.48% from 255 or 52.68% from 467); Max value from RGB is 246 - color contains mainly: blue. Hex color #904DF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #904DF6 is #6FB209. Grayscale: #737373. Windows color (decimal): -7320074 or 16141712. OLE color: 16141712.
HSL color Cylindrical-coordinate representation of color #904DF6: hue angle of 263.79º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #904DF6 is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 144 | 77 | 246 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.04 |
| HSL | 263.79º | 0.9% | 0.63% | - |
| HSV(B) | 263.79º | 0.69% | 0.96% | - |
| XYZ | 30.79 | 17.89 | 89.02 | - |
| YUV | 116.3 | 201.2 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 77 | 246 | 0.41 | 0.69 | 0 | 0.04 | 263.79 | 0.9 | 0.63 |
| Hex | 90 | 4D | F6 | 29 | 45 | 0 | 4 | 108 | 5A | 3F |
| Octal | 220 | 115 | 366 | 51 | 105 | 0 | 4 | 410 | 132 | 77 |
| Binary | 10010000 | 1001101 | 11110110 | 101001 | 1000101 | 0 | 100 | 100001000 | 1011010 | 111111 |
Color Harmonies of #904DF6
Complementary color
Monochromatic Colors of #904DF6
Black with #904DF6
Text Example
Text Example
White with #904DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904DF6; }
p { color: rgb(144,77,246); }
H1.HeaderClassName
{
color: #904DF6;
}
.AnyTagClassName
{
color: #904DF6;
}
</style>
background-color css
<style>
a { background-color: #904DF6; }
a { background-color: rgb(144,77,246); }
div.DivClassName
{
background-color: #904DF6;
}
.BgClassName
{
background-color: #904DF6;
}
</style>
border-color css
<style>
span { border-color: #904DF6; }
span { border-color: rgb(144,77,246); }
td.TdClassName
{
border-color: #904DF6;
}
.TagClassName
{
border-color: #904DF6;
}
</style>