Shades of Vivid Violet #90328E
Tints of Vivid Violet #90328E
RGB
CMYK
RGB Variations
Color information
#90328E (or 0x90328E) is known color: Vivid Violet. HEX triplet: 90, 32 and 8E. RGB value is (144,50,142). Sum of RGB (Red+Green+Blue) = 144+50+142=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 144 - color contains mainly: red. Hex color #90328E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90328E is #6FCD71. Grayscale: #585858. Windows color (decimal): -7327090 or 9319056. OLE color: 9319056.
HSL color Cylindrical-coordinate representation of color #90328E: hue angle of 301.28º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #90328E is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 50 | 142 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.44 |
| HSL | 301.28º | 0.48% | 0.38% | - |
| HSV(B) | 301.28º | 0.65% | 0.56% | - |
| XYZ | 17.52 | 10.16 | 26.63 | - |
| YUV | 88.59 | 158.14 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 50 | 142 | 0 | 0.65 | 0.01 | 0.44 | 301.28 | 0.48 | 0.38 |
| Hex | 90 | 32 | 8E | 0 | 41 | 1 | 2C | 12D | 30 | 26 |
| Octal | 220 | 62 | 216 | 0 | 101 | 1 | 54 | 455 | 60 | 46 |
| Binary | 10010000 | 110010 | 10001110 | 0 | 1000001 | 1 | 101100 | 100101101 | 110000 | 100110 |
Color Harmonies of #90328E
Complementary color
Monochromatic Colors of #90328E
Black with #90328E
Text Example
Text Example
White with #90328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90328E; }
p { color: rgb(144,50,142); }
H1.HeaderClassName
{
color: #90328E;
}
.AnyTagClassName
{
color: #90328E;
}
</style>
background-color css
<style>
a { background-color: #90328E; }
a { background-color: rgb(144,50,142); }
div.DivClassName
{
background-color: #90328E;
}
.BgClassName
{
background-color: #90328E;
}
</style>
border-color css
<style>
span { border-color: #90328E; }
span { border-color: rgb(144,50,142); }
td.TdClassName
{
border-color: #90328E;
}
.TagClassName
{
border-color: #90328E;
}
</style>