Shades of Vivid Violet #90348D
Tints of Vivid Violet #90348D
RGB
CMYK
RGB Variations
Color information
#90348D (or 0x90348D) is known color: Vivid Violet. HEX triplet: 90, 34 and 8D. RGB value is (144,52,141). Sum of RGB (Red+Green+Blue) = 144+52+141=337 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.73% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 144 - color contains mainly: red. Hex color #90348D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90348D is #6FCB72. Grayscale: #595959. Windows color (decimal): -7326579 or 9254032. OLE color: 9254032.
HSL color Cylindrical-coordinate representation of color #90348D: hue angle of 301.96º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #90348D is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 52 | 141 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.44 |
| HSL | 301.96º | 0.47% | 0.38% | - |
| HSV(B) | 301.96º | 0.64% | 0.56% | - |
| XYZ | 17.54 | 10.31 | 26.26 | - |
| YUV | 89.65 | 156.98 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 52 | 141 | 0 | 0.64 | 0.02 | 0.44 | 301.96 | 0.47 | 0.38 |
| Hex | 90 | 34 | 8D | 0 | 40 | 2 | 2C | 12E | 2F | 26 |
| Octal | 220 | 64 | 215 | 0 | 100 | 2 | 54 | 456 | 57 | 46 |
| Binary | 10010000 | 110100 | 10001101 | 0 | 1000000 | 10 | 101100 | 100101110 | 101111 | 100110 |
Color Harmonies of #90348D
Complementary color
Monochromatic Colors of #90348D
Black with #90348D
Text Example
Text Example
White with #90348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90348D; }
p { color: rgb(144,52,141); }
H1.HeaderClassName
{
color: #90348D;
}
.AnyTagClassName
{
color: #90348D;
}
</style>
background-color css
<style>
a { background-color: #90348D; }
a { background-color: rgb(144,52,141); }
div.DivClassName
{
background-color: #90348D;
}
.BgClassName
{
background-color: #90348D;
}
</style>
border-color css
<style>
span { border-color: #90348D; }
span { border-color: rgb(144,52,141); }
td.TdClassName
{
border-color: #90348D;
}
.TagClassName
{
border-color: #90348D;
}
</style>