Shades of Blue Violet #904AED
Tints of Blue Violet #904AED
RGB
CMYK
RGB Variations
Color information
#904AED (or 0x904AED) is known color: Blue Violet. HEX triplet: 90, 4A and ED. RGB value is (144,74,237). Sum of RGB (Red+Green+Blue) = 144+74+237=455 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.65% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #904AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #904AED is #6FB512. Grayscale: #707070. Windows color (decimal): -7320851 or 15551120. OLE color: 15551120.
HSL color Cylindrical-coordinate representation of color #904AED: hue angle of 265.77º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #904AED is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 74 | 237 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.07 |
| HSL | 265.77º | 0.82% | 0.61% | - |
| HSV(B) | 265.77º | 0.69% | 0.93% | - |
| XYZ | 29.24 | 16.94 | 81.85 | - |
| YUV | 113.51 | 197.69 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 74 | 237 | 0.39 | 0.69 | 0 | 0.07 | 265.77 | 0.82 | 0.61 |
| Hex | 90 | 4A | ED | 27 | 45 | 0 | 7 | 10A | 52 | 3D |
| Octal | 220 | 112 | 355 | 47 | 105 | 0 | 7 | 412 | 122 | 75 |
| Binary | 10010000 | 1001010 | 11101101 | 100111 | 1000101 | 0 | 111 | 100001010 | 1010010 | 111101 |
Color Harmonies of #904AED
Complementary color
Monochromatic Colors of #904AED
Black with #904AED
Text Example
Text Example
White with #904AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904AED; }
p { color: rgb(144,74,237); }
H1.HeaderClassName
{
color: #904AED;
}
.AnyTagClassName
{
color: #904AED;
}
</style>
background-color css
<style>
a { background-color: #904AED; }
a { background-color: rgb(144,74,237); }
div.DivClassName
{
background-color: #904AED;
}
.BgClassName
{
background-color: #904AED;
}
</style>
border-color css
<style>
span { border-color: #904AED; }
span { border-color: rgb(144,74,237); }
td.TdClassName
{
border-color: #904AED;
}
.TagClassName
{
border-color: #904AED;
}
</style>