Shades of Blue Violet #904AFE
Tints of Blue Violet #904AFE
RGB
CMYK
RGB Variations
Color information
#904AFE (or 0x904AFE) is known color: Blue Violet. HEX triplet: 90, 4A and FE. RGB value is (144,74,254). Sum of RGB (Red+Green+Blue) = 144+74+254=472 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.51% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #904AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #904AFE is #6FB501. Grayscale: #727272. Windows color (decimal): -7320834 or 16665232. OLE color: 16665232.
HSL color Cylindrical-coordinate representation of color #904AFE: hue angle of 263.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #904AFE is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 74 | 254 | - |
| CMYK | 0.43 | 0.71 | 0 | 0.00 |
| HSL | 263.33º | 0.99% | 0.64% | - |
| HSV(B) | 263.33º | 0.71% | 1% | - |
| XYZ | 31.84 | 17.98 | 95.56 | - |
| YUV | 115.45 | 206.19 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 74 | 254 | 0.43 | 0.71 | 0 | 0.00 | 263.33 | 0.99 | 0.64 |
| Hex | 90 | 4A | FE | 2B | 47 | 0 | 0 | 107 | 63 | 40 |
| Octal | 220 | 112 | 376 | 53 | 107 | 0 | 0 | 407 | 143 | 100 |
| Binary | 10010000 | 1001010 | 11111110 | 101011 | 1000111 | 0 | 0 | 100000111 | 1100011 | 1000000 |
Color Harmonies of #904AFE
Complementary color
Monochromatic Colors of #904AFE
Black with #904AFE
Text Example
Text Example
White with #904AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904AFE; }
p { color: rgb(144,74,254); }
H1.HeaderClassName
{
color: #904AFE;
}
.AnyTagClassName
{
color: #904AFE;
}
</style>
background-color css
<style>
a { background-color: #904AFE; }
a { background-color: rgb(144,74,254); }
div.DivClassName
{
background-color: #904AFE;
}
.BgClassName
{
background-color: #904AFE;
}
</style>
border-color css
<style>
span { border-color: #904AFE; }
span { border-color: rgb(144,74,254); }
td.TdClassName
{
border-color: #904AFE;
}
.TagClassName
{
border-color: #904AFE;
}
</style>