Shades of Vivid Violet #904096
Tints of Vivid Violet #904096
RGB
CMYK
RGB Variations
Color information
#904096 (or 0x904096) is known color: Vivid Violet. HEX triplet: 90, 40 and 96. RGB value is (144,64,150). Sum of RGB (Red+Green+Blue) = 144+64+150=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 150 - color contains mainly: blue. Hex color #904096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #904096 is #6FBF69. Grayscale: #616161. Windows color (decimal): -7323498 or 9846928. OLE color: 9846928.
HSL color Cylindrical-coordinate representation of color #904096: hue angle of 295.81º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #904096 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 144 | 64 | 150 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.41 |
| HSL | 295.81º | 0.4% | 0.42% | - |
| HSV(B) | 295.81º | 0.57% | 0.59% | - |
| XYZ | 18.84 | 11.8 | 30.14 | - |
| YUV | 97.72 | 157.5 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 64 | 150 | 0.04 | 0.57 | 0 | 0.41 | 295.81 | 0.4 | 0.42 |
| Hex | 90 | 40 | 96 | 4 | 39 | 0 | 29 | 128 | 28 | 2A |
| Octal | 220 | 100 | 226 | 4 | 71 | 0 | 51 | 450 | 50 | 52 |
| Binary | 10010000 | 1000000 | 10010110 | 100 | 111001 | 0 | 101001 | 100101000 | 101000 | 101010 |
Color Harmonies of #904096
Complementary color
Monochromatic Colors of #904096
Black with #904096
Text Example
Text Example
White with #904096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904096; }
p { color: rgb(144,64,150); }
H1.HeaderClassName
{
color: #904096;
}
.AnyTagClassName
{
color: #904096;
}
</style>
background-color css
<style>
a { background-color: #904096; }
a { background-color: rgb(144,64,150); }
div.DivClassName
{
background-color: #904096;
}
.BgClassName
{
background-color: #904096;
}
</style>
border-color css
<style>
span { border-color: #904096; }
span { border-color: rgb(144,64,150); }
td.TdClassName
{
border-color: #904096;
}
.TagClassName
{
border-color: #904096;
}
</style>