Shades of Vivid Violet #902990
Tints of Vivid Violet #902990
RGB
CMYK
RGB Variations
Color information
#902990 (or 0x902990) is known color: Vivid Violet. HEX triplet: 90, 29 and 90. RGB value is (144,41,144). Sum of RGB (Red+Green+Blue) = 144+41+144=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: red, blue. Hex color #902990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902990 is #6FD66F. Grayscale: #535353. Windows color (decimal): -7329392 or 9447824. OLE color: 9447824.
HSL color Cylindrical-coordinate representation of color #902990: hue angle of 300º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #902990 is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 41 | 144 | - |
| CMYK | 0 | 0.72 | 0 | 0.44 |
| HSL | 300º | 0.56% | 0.36% | - |
| HSV(B) | 300º | 0.72% | 0.56% | - |
| XYZ | 17.33 | 9.53 | 27.31 | - |
| YUV | 83.54 | 162.12 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 41 | 144 | 0 | 0.72 | 0 | 0.44 | 300 | 0.56 | 0.36 |
| Hex | 90 | 29 | 90 | 0 | 48 | 0 | 2C | 12C | 38 | 24 |
| Octal | 220 | 51 | 220 | 0 | 110 | 0 | 54 | 454 | 70 | 44 |
| Binary | 10010000 | 101001 | 10010000 | 0 | 1001000 | 0 | 101100 | 100101100 | 111000 | 100100 |
Color Harmonies of #902990
Complementary color
Monochromatic Colors of #902990
Black with #902990
Text Example
Text Example
White with #902990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902990; }
p { color: rgb(144,41,144); }
H1.HeaderClassName
{
color: #902990;
}
.AnyTagClassName
{
color: #902990;
}
</style>
background-color css
<style>
a { background-color: #902990; }
a { background-color: rgb(144,41,144); }
div.DivClassName
{
background-color: #902990;
}
.BgClassName
{
background-color: #902990;
}
</style>
border-color css
<style>
span { border-color: #902990; }
span { border-color: rgb(144,41,144); }
td.TdClassName
{
border-color: #902990;
}
.TagClassName
{
border-color: #902990;
}
</style>