Shades of Blue Violet #904AEC
Tints of Blue Violet #904AEC
RGB
CMYK
RGB Variations
Color information
#904AEC (or 0x904AEC) is known color: Blue Violet. HEX triplet: 90, 4A and EC. RGB value is (144,74,236). Sum of RGB (Red+Green+Blue) = 144+74+236=454 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.72% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #904AEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #904AEC is #6FB513. Grayscale: #707070. Windows color (decimal): -7320852 or 15485584. OLE color: 15485584.
HSL color Cylindrical-coordinate representation of color #904AEC: hue angle of 265.93º degrees, saturation: 0.81, 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 #904AEC is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 74 | 236 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.07 |
| HSL | 265.93º | 0.81% | 0.61% | - |
| HSV(B) | 265.93º | 0.69% | 0.93% | - |
| XYZ | 29.09 | 16.88 | 81.08 | - |
| YUV | 113.4 | 197.19 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 74 | 236 | 0.39 | 0.69 | 0 | 0.07 | 265.93 | 0.81 | 0.61 |
| Hex | 90 | 4A | EC | 27 | 45 | 0 | 7 | 10A | 51 | 3D |
| Octal | 220 | 112 | 354 | 47 | 105 | 0 | 7 | 412 | 121 | 75 |
| Binary | 10010000 | 1001010 | 11101100 | 100111 | 1000101 | 0 | 111 | 100001010 | 1010001 | 111101 |
Color Harmonies of #904AEC
Complementary color
Monochromatic Colors of #904AEC
Black with #904AEC
Text Example
Text Example
White with #904AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904AEC; }
p { color: rgb(144,74,236); }
H1.HeaderClassName
{
color: #904AEC;
}
.AnyTagClassName
{
color: #904AEC;
}
</style>
background-color css
<style>
a { background-color: #904AEC; }
a { background-color: rgb(144,74,236); }
div.DivClassName
{
background-color: #904AEC;
}
.BgClassName
{
background-color: #904AEC;
}
</style>
border-color css
<style>
span { border-color: #904AEC; }
span { border-color: rgb(144,74,236); }
td.TdClassName
{
border-color: #904AEC;
}
.TagClassName
{
border-color: #904AEC;
}
</style>