Shades of Vivid Violet #90498F
Tints of Vivid Violet #90498F
RGB
CMYK
RGB Variations
Color information
#90498F (or 0x90498F) is known color: Vivid Violet. HEX triplet: 90, 49 and 8F. RGB value is (144,73,143). Sum of RGB (Red+Green+Blue) = 144+73+143=360 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 144 - color contains mainly: red. Hex color #90498F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90498F is #6FB670. Grayscale: #666666. Windows color (decimal): -7321201 or 9390480. OLE color: 9390480.
HSL color Cylindrical-coordinate representation of color #90498F: hue angle of 300.85º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #90498F is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 73 | 143 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.44 |
| HSL | 300.85º | 0.33% | 0.43% | - |
| HSV(B) | 300.85º | 0.49% | 0.56% | - |
| XYZ | 18.84 | 12.68 | 27.44 | - |
| YUV | 102.21 | 151.02 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 73 | 143 | 0 | 0.49 | 0.01 | 0.44 | 300.85 | 0.33 | 0.43 |
| Hex | 90 | 49 | 8F | 0 | 31 | 1 | 2C | 12D | 21 | 2B |
| Octal | 220 | 111 | 217 | 0 | 61 | 1 | 54 | 455 | 41 | 53 |
| Binary | 10010000 | 1001001 | 10001111 | 0 | 110001 | 1 | 101100 | 100101101 | 100001 | 101011 |
Color Harmonies of #90498F
Complementary color
Monochromatic Colors of #90498F
Black with #90498F
Text Example
Text Example
White with #90498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90498F; }
p { color: rgb(144,73,143); }
H1.HeaderClassName
{
color: #90498F;
}
.AnyTagClassName
{
color: #90498F;
}
</style>
background-color css
<style>
a { background-color: #90498F; }
a { background-color: rgb(144,73,143); }
div.DivClassName
{
background-color: #90498F;
}
.BgClassName
{
background-color: #90498F;
}
</style>
border-color css
<style>
span { border-color: #90498F; }
span { border-color: rgb(144,73,143); }
td.TdClassName
{
border-color: #90498F;
}
.TagClassName
{
border-color: #90498F;
}
</style>