Shades of Vivid Violet #90299F
Tints of Vivid Violet #90299F
RGB
CMYK
RGB Variations
Color information
#90299F (or 0x90299F) is known color: Vivid Violet. HEX triplet: 90, 29 and 9F. RGB value is (144,41,159). Sum of RGB (Red+Green+Blue) = 144+41+159=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 159 - color contains mainly: blue. Hex color #90299F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90299F is #6FD660. Grayscale: #545454. Windows color (decimal): -7329377 or 10430864. OLE color: 10430864.
HSL color Cylindrical-coordinate representation of color #90299F: hue angle of 292.37º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #90299F is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 41 | 159 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.38 |
| HSL | 292.37º | 0.59% | 0.39% | - |
| HSV(B) | 292.37º | 0.74% | 0.62% | - |
| XYZ | 18.55 | 10.02 | 33.76 | - |
| YUV | 85.25 | 169.62 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 41 | 159 | 0.09 | 0.74 | 0 | 0.38 | 292.37 | 0.59 | 0.39 |
| Hex | 90 | 29 | 9F | 9 | 4A | 0 | 26 | 124 | 3B | 27 |
| Octal | 220 | 51 | 237 | 11 | 112 | 0 | 46 | 444 | 73 | 47 |
| Binary | 10010000 | 101001 | 10011111 | 1001 | 1001010 | 0 | 100110 | 100100100 | 111011 | 100111 |
Color Harmonies of #90299F
Complementary color
Monochromatic Colors of #90299F
Black with #90299F
Text Example
Text Example
White with #90299F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90299F; }
p { color: rgb(144,41,159); }
H1.HeaderClassName
{
color: #90299F;
}
.AnyTagClassName
{
color: #90299F;
}
</style>
background-color css
<style>
a { background-color: #90299F; }
a { background-color: rgb(144,41,159); }
div.DivClassName
{
background-color: #90299F;
}
.BgClassName
{
background-color: #90299F;
}
</style>
border-color css
<style>
span { border-color: #90299F; }
span { border-color: rgb(144,41,159); }
td.TdClassName
{
border-color: #90299F;
}
.TagClassName
{
border-color: #90299F;
}
</style>