Shades of Blue Violet #904AFB
Tints of Blue Violet #904AFB
RGB
CMYK
RGB Variations
Color information
#904AFB (or 0x904AFB) is known color: Blue Violet. HEX triplet: 90, 4A and FB. RGB value is (144,74,251). Sum of RGB (Red+Green+Blue) = 144+74+251=469 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.70% from 469); Green value is 74 (29.30% from 255 or 15.78% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #904AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #904AFB is #6FB504. Grayscale: #727272. Windows color (decimal): -7320837 or 16468624. OLE color: 16468624.
HSL color Cylindrical-coordinate representation of color #904AFB: hue angle of 263.73º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #904AFB is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 74 | 251 | - |
| CMYK | 0.43 | 0.71 | 0 | 0.02 |
| HSL | 263.73º | 0.96% | 0.64% | - |
| HSV(B) | 263.73º | 0.71% | 0.98% | - |
| XYZ | 31.36 | 17.79 | 93.05 | - |
| YUV | 115.11 | 204.69 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 74 | 251 | 0.43 | 0.71 | 0 | 0.02 | 263.73 | 0.96 | 0.64 |
| Hex | 90 | 4A | FB | 2B | 47 | 0 | 2 | 108 | 60 | 40 |
| Octal | 220 | 112 | 373 | 53 | 107 | 0 | 2 | 410 | 140 | 100 |
| Binary | 10010000 | 1001010 | 11111011 | 101011 | 1000111 | 0 | 10 | 100001000 | 1100000 | 1000000 |
Color Harmonies of #904AFB
Complementary color
Monochromatic Colors of #904AFB
Black with #904AFB
Text Example
Text Example
White with #904AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904AFB; }
p { color: rgb(144,74,251); }
H1.HeaderClassName
{
color: #904AFB;
}
.AnyTagClassName
{
color: #904AFB;
}
</style>
background-color css
<style>
a { background-color: #904AFB; }
a { background-color: rgb(144,74,251); }
div.DivClassName
{
background-color: #904AFB;
}
.BgClassName
{
background-color: #904AFB;
}
</style>
border-color css
<style>
span { border-color: #904AFB; }
span { border-color: rgb(144,74,251); }
td.TdClassName
{
border-color: #904AFB;
}
.TagClassName
{
border-color: #904AFB;
}
</style>