Shades of Vivid Violet #90328D
Tints of Vivid Violet #90328D
RGB
CMYK
RGB Variations
Color information
#90328D (or 0x90328D) is known color: Vivid Violet. HEX triplet: 90, 32 and 8D. RGB value is (144,50,141). Sum of RGB (Red+Green+Blue) = 144+50+141=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 144 - color contains mainly: red. Hex color #90328D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90328D is #6FCD72. Grayscale: #585858. Windows color (decimal): -7327091 or 9253520. OLE color: 9253520.
HSL color Cylindrical-coordinate representation of color #90328D: hue angle of 301.91º 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 #90328D is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 50 | 141 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.44 |
| HSL | 301.91º | 0.48% | 0.38% | - |
| HSV(B) | 301.91º | 0.65% | 0.56% | - |
| XYZ | 17.45 | 10.13 | 26.24 | - |
| YUV | 88.48 | 157.64 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 50 | 141 | 0 | 0.65 | 0.02 | 0.44 | 301.91 | 0.48 | 0.38 |
| Hex | 90 | 32 | 8D | 0 | 41 | 2 | 2C | 12E | 30 | 26 |
| Octal | 220 | 62 | 215 | 0 | 101 | 2 | 54 | 456 | 60 | 46 |
| Binary | 10010000 | 110010 | 10001101 | 0 | 1000001 | 10 | 101100 | 100101110 | 110000 | 100110 |
Color Harmonies of #90328D
Complementary color
Monochromatic Colors of #90328D
Black with #90328D
Text Example
Text Example
White with #90328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90328D; }
p { color: rgb(144,50,141); }
H1.HeaderClassName
{
color: #90328D;
}
.AnyTagClassName
{
color: #90328D;
}
</style>
background-color css
<style>
a { background-color: #90328D; }
a { background-color: rgb(144,50,141); }
div.DivClassName
{
background-color: #90328D;
}
.BgClassName
{
background-color: #90328D;
}
</style>
border-color css
<style>
span { border-color: #90328D; }
span { border-color: rgb(144,50,141); }
td.TdClassName
{
border-color: #90328D;
}
.TagClassName
{
border-color: #90328D;
}
</style>