Shades of Blue Violet #904AFF
Tints of Blue Violet #904AFF
RGB
CMYK
RGB Variations
Color information
#904AFF (or 0x904AFF) is known color: Blue Violet. HEX triplet: 90, 4A and FF. RGB value is (144,74,255). Sum of RGB (Red+Green+Blue) = 144+74+255=473 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.44% from 473); Green value is 74 (29.30% from 255 or 15.64% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #904AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #904AFF is #6FB500. Grayscale: #727272. Windows color (decimal): -7320833 or 16730768. OLE color: 16730768.
HSL color Cylindrical-coordinate representation of color #904AFF: hue angle of 263.2º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #904AFF is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 74 | 255 | - |
| CMYK | 0.44 | 0.71 | 0 | 0 |
| HSL | 263.2º | 1% | 0.65% | - |
| HSV(B) | 263.2º | 0.71% | 1% | - |
| XYZ | 32 | 18.05 | 96.4 | - |
| YUV | 115.56 | 206.69 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 74 | 255 | 0.44 | 0.71 | 0 | 0 | 263.2 | 1 | 0.65 |
| Hex | 90 | 4A | FF | 2C | 47 | 0 | 0 | 107 | 64 | 41 |
| Octal | 220 | 112 | 377 | 54 | 107 | 0 | 0 | 407 | 144 | 101 |
| Binary | 10010000 | 1001010 | 11111111 | 101100 | 1000111 | 0 | 0 | 100000111 | 1100100 | 1000001 |
Color Harmonies of #904AFF
Complementary color
Monochromatic Colors of #904AFF
Black with #904AFF
Text Example
Text Example
White with #904AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904AFF; }
p { color: rgb(144,74,255); }
H1.HeaderClassName
{
color: #904AFF;
}
.AnyTagClassName
{
color: #904AFF;
}
</style>
background-color css
<style>
a { background-color: #904AFF; }
a { background-color: rgb(144,74,255); }
div.DivClassName
{
background-color: #904AFF;
}
.BgClassName
{
background-color: #904AFF;
}
</style>
border-color css
<style>
span { border-color: #904AFF; }
span { border-color: rgb(144,74,255); }
td.TdClassName
{
border-color: #904AFF;
}
.TagClassName
{
border-color: #904AFF;
}
</style>