Shades of Vivid Violet #90358D
Tints of Vivid Violet #90358D
RGB
CMYK
RGB Variations
Color information
#90358D (or 0x90358D) is known color: Vivid Violet. HEX triplet: 90, 35 and 8D. RGB value is (144,53,141). Sum of RGB (Red+Green+Blue) = 144+53+141=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 144 - color contains mainly: red. Hex color #90358D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90358D is #6FCA72. Grayscale: #595959. Windows color (decimal): -7326323 or 9254288. OLE color: 9254288.
HSL color Cylindrical-coordinate representation of color #90358D: hue angle of 301.98º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #90358D is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 53 | 141 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.44 |
| HSL | 301.98º | 0.46% | 0.39% | - |
| HSV(B) | 301.98º | 0.63% | 0.56% | - |
| XYZ | 17.58 | 10.4 | 26.28 | - |
| YUV | 90.24 | 156.65 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 53 | 141 | 0 | 0.63 | 0.02 | 0.44 | 301.98 | 0.46 | 0.39 |
| Hex | 90 | 35 | 8D | 0 | 3F | 2 | 2C | 12E | 2E | 27 |
| Octal | 220 | 65 | 215 | 0 | 77 | 2 | 54 | 456 | 56 | 47 |
| Binary | 10010000 | 110101 | 10001101 | 0 | 111111 | 10 | 101100 | 100101110 | 101110 | 100111 |
Color Harmonies of #90358D
Complementary color
Monochromatic Colors of #90358D
Black with #90358D
Text Example
Text Example
White with #90358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90358D; }
p { color: rgb(144,53,141); }
H1.HeaderClassName
{
color: #90358D;
}
.AnyTagClassName
{
color: #90358D;
}
</style>
background-color css
<style>
a { background-color: #90358D; }
a { background-color: rgb(144,53,141); }
div.DivClassName
{
background-color: #90358D;
}
.BgClassName
{
background-color: #90358D;
}
</style>
border-color css
<style>
span { border-color: #90358D; }
span { border-color: rgb(144,53,141); }
td.TdClassName
{
border-color: #90358D;
}
.TagClassName
{
border-color: #90358D;
}
</style>