Shades of Blue Violet #904AF1
Tints of Blue Violet #904AF1
RGB
CMYK
RGB Variations
Color information
#904AF1 (or 0x904AF1) is known color: Blue Violet. HEX triplet: 90, 4A and F1. RGB value is (144,74,241). Sum of RGB (Red+Green+Blue) = 144+74+241=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 241 (94.53% from 255 or 52.51% from 459); Max value from RGB is 241 - color contains mainly: blue. Hex color #904AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #904AF1 is #6FB50E. Grayscale: #717171. Windows color (decimal): -7320847 or 15813264. OLE color: 15813264.
HSL color Cylindrical-coordinate representation of color #904AF1: hue angle of 265.15º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #904AF1 is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 74 | 241 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.05 |
| HSL | 265.15º | 0.86% | 0.62% | - |
| HSV(B) | 265.15º | 0.69% | 0.95% | - |
| XYZ | 29.83 | 17.18 | 84.96 | - |
| YUV | 113.97 | 199.69 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 74 | 241 | 0.40 | 0.69 | 0 | 0.05 | 265.15 | 0.86 | 0.62 |
| Hex | 90 | 4A | F1 | 28 | 45 | 0 | 5 | 109 | 56 | 3E |
| Octal | 220 | 112 | 361 | 50 | 105 | 0 | 5 | 411 | 126 | 76 |
| Binary | 10010000 | 1001010 | 11110001 | 101000 | 1000101 | 0 | 101 | 100001001 | 1010110 | 111110 |
Color Harmonies of #904AF1
Complementary color
Monochromatic Colors of #904AF1
Black with #904AF1
Text Example
Text Example
White with #904AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904AF1; }
p { color: rgb(144,74,241); }
H1.HeaderClassName
{
color: #904AF1;
}
.AnyTagClassName
{
color: #904AF1;
}
</style>
background-color css
<style>
a { background-color: #904AF1; }
a { background-color: rgb(144,74,241); }
div.DivClassName
{
background-color: #904AF1;
}
.BgClassName
{
background-color: #904AF1;
}
</style>
border-color css
<style>
span { border-color: #904AF1; }
span { border-color: rgb(144,74,241); }
td.TdClassName
{
border-color: #904AF1;
}
.TagClassName
{
border-color: #904AF1;
}
</style>