Shades of Vivid Violet #90438D
Tints of Vivid Violet #90438D
RGB
CMYK
RGB Variations
Color information
#90438D (or 0x90438D) is known color: Vivid Violet. HEX triplet: 90, 43 and 8D. RGB value is (144,67,141). Sum of RGB (Red+Green+Blue) = 144+67+141=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 144 - color contains mainly: red. Hex color #90438D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90438D is #6FBC72. Grayscale: #626262. Windows color (decimal): -7322739 or 9257872. OLE color: 9257872.
HSL color Cylindrical-coordinate representation of color #90438D: hue angle of 302.34º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #90438D is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 67 | 141 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.44 |
| HSL | 302.34º | 0.36% | 0.41% | - |
| HSV(B) | 302.34º | 0.53% | 0.56% | - |
| XYZ | 18.32 | 11.87 | 26.52 | - |
| YUV | 98.46 | 152.01 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 67 | 141 | 0 | 0.53 | 0.02 | 0.44 | 302.34 | 0.36 | 0.41 |
| Hex | 90 | 43 | 8D | 0 | 35 | 2 | 2C | 12E | 24 | 29 |
| Octal | 220 | 103 | 215 | 0 | 65 | 2 | 54 | 456 | 44 | 51 |
| Binary | 10010000 | 1000011 | 10001101 | 0 | 110101 | 10 | 101100 | 100101110 | 100100 | 101001 |
Color Harmonies of #90438D
Complementary color
Monochromatic Colors of #90438D
Black with #90438D
Text Example
Text Example
White with #90438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90438D; }
p { color: rgb(144,67,141); }
H1.HeaderClassName
{
color: #90438D;
}
.AnyTagClassName
{
color: #90438D;
}
</style>
background-color css
<style>
a { background-color: #90438D; }
a { background-color: rgb(144,67,141); }
div.DivClassName
{
background-color: #90438D;
}
.BgClassName
{
background-color: #90438D;
}
</style>
border-color css
<style>
span { border-color: #90438D; }
span { border-color: rgb(144,67,141); }
td.TdClassName
{
border-color: #90438D;
}
.TagClassName
{
border-color: #90438D;
}
</style>