Shades of Vivid Violet #90478E
Tints of Vivid Violet #90478E
RGB
CMYK
RGB Variations
Color information
#90478E (or 0x90478E) is known color: Vivid Violet. HEX triplet: 90, 47 and 8E. RGB value is (144,71,142). Sum of RGB (Red+Green+Blue) = 144+71+142=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 144 - color contains mainly: red. Hex color #90478E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90478E is #6FB871. Grayscale: #646464. Windows color (decimal): -7321714 or 9324432. OLE color: 9324432.
HSL color Cylindrical-coordinate representation of color #90478E: hue angle of 301.64º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #90478E is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 71 | 142 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.44 |
| HSL | 301.64º | 0.34% | 0.42% | - |
| HSV(B) | 301.64º | 0.51% | 0.56% | - |
| XYZ | 18.64 | 12.39 | 27 | - |
| YUV | 100.92 | 151.18 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 71 | 142 | 0 | 0.51 | 0.01 | 0.44 | 301.64 | 0.34 | 0.42 |
| Hex | 90 | 47 | 8E | 0 | 33 | 1 | 2C | 12E | 22 | 2A |
| Octal | 220 | 107 | 216 | 0 | 63 | 1 | 54 | 456 | 42 | 52 |
| Binary | 10010000 | 1000111 | 10001110 | 0 | 110011 | 1 | 101100 | 100101110 | 100010 | 101010 |
Color Harmonies of #90478E
Complementary color
Monochromatic Colors of #90478E
Black with #90478E
Text Example
Text Example
White with #90478E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90478E; }
p { color: rgb(144,71,142); }
H1.HeaderClassName
{
color: #90478E;
}
.AnyTagClassName
{
color: #90478E;
}
</style>
background-color css
<style>
a { background-color: #90478E; }
a { background-color: rgb(144,71,142); }
div.DivClassName
{
background-color: #90478E;
}
.BgClassName
{
background-color: #90478E;
}
</style>
border-color css
<style>
span { border-color: #90478E; }
span { border-color: rgb(144,71,142); }
td.TdClassName
{
border-color: #90478E;
}
.TagClassName
{
border-color: #90478E;
}
</style>