Shades of Blue Violet #904ADC
Tints of Blue Violet #904ADC
RGB
CMYK
RGB Variations
Color information
#904ADC (or 0x904ADC) is known color: Blue Violet. HEX triplet: 90, 4A and DC. RGB value is (144,74,220). Sum of RGB (Red+Green+Blue) = 144+74+220=438 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.88% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #904ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #904ADC is #6FB523. Grayscale: #6F6F6F. Windows color (decimal): -7320868 or 14437008. OLE color: 14437008.
HSL color Cylindrical-coordinate representation of color #904ADC: hue angle of 268.77º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #904ADC is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 74 | 220 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.14 |
| HSL | 268.77º | 0.68% | 0.58% | - |
| HSV(B) | 268.77º | 0.66% | 0.86% | - |
| XYZ | 26.87 | 15.99 | 69.38 | - |
| YUV | 111.57 | 189.19 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 74 | 220 | 0.35 | 0.66 | 0 | 0.14 | 268.77 | 0.68 | 0.58 |
| Hex | 90 | 4A | DC | 23 | 42 | 0 | E | 10D | 44 | 3A |
| Octal | 220 | 112 | 334 | 43 | 102 | 0 | 16 | 415 | 104 | 72 |
| Binary | 10010000 | 1001010 | 11011100 | 100011 | 1000010 | 0 | 1110 | 100001101 | 1000100 | 111010 |
Color Harmonies of #904ADC
Complementary color
Monochromatic Colors of #904ADC
Black with #904ADC
Text Example
Text Example
White with #904ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904ADC; }
p { color: rgb(144,74,220); }
H1.HeaderClassName
{
color: #904ADC;
}
.AnyTagClassName
{
color: #904ADC;
}
</style>
background-color css
<style>
a { background-color: #904ADC; }
a { background-color: rgb(144,74,220); }
div.DivClassName
{
background-color: #904ADC;
}
.BgClassName
{
background-color: #904ADC;
}
</style>
border-color css
<style>
span { border-color: #904ADC; }
span { border-color: rgb(144,74,220); }
td.TdClassName
{
border-color: #904ADC;
}
.TagClassName
{
border-color: #904ADC;
}
</style>