Shades of Vivid Violet #90209F
Tints of Vivid Violet #90209F
RGB
CMYK
RGB Variations
Color information
#90209F (or 0x90209F) is known color: Vivid Violet. HEX triplet: 90, 20 and 9F. RGB value is (144,32,159). Sum of RGB (Red+Green+Blue) = 144+32+159=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #90209F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90209F is #6FDF60. Grayscale: #4F4F4F. Windows color (decimal): -7331681 or 10428560. OLE color: 10428560.
HSL color Cylindrical-coordinate representation of color #90209F: hue angle of 292.91º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #90209F is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 32 | 159 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.38 |
| HSL | 292.91º | 0.66% | 0.37% | - |
| HSV(B) | 292.91º | 0.8% | 0.62% | - |
| XYZ | 18.28 | 9.47 | 33.66 | - |
| YUV | 79.97 | 172.61 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 32 | 159 | 0.09 | 0.80 | 0 | 0.38 | 292.91 | 0.66 | 0.37 |
| Hex | 90 | 20 | 9F | 9 | 50 | 0 | 26 | 125 | 42 | 25 |
| Octal | 220 | 40 | 237 | 11 | 120 | 0 | 46 | 445 | 102 | 45 |
| Binary | 10010000 | 100000 | 10011111 | 1001 | 1010000 | 0 | 100110 | 100100101 | 1000010 | 100101 |
Color Harmonies of #90209F
Complementary color
Monochromatic Colors of #90209F
Black with #90209F
Text Example
Text Example
White with #90209F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90209F; }
p { color: rgb(144,32,159); }
H1.HeaderClassName
{
color: #90209F;
}
.AnyTagClassName
{
color: #90209F;
}
</style>
background-color css
<style>
a { background-color: #90209F; }
a { background-color: rgb(144,32,159); }
div.DivClassName
{
background-color: #90209F;
}
.BgClassName
{
background-color: #90209F;
}
</style>
border-color css
<style>
span { border-color: #90209F; }
span { border-color: rgb(144,32,159); }
td.TdClassName
{
border-color: #90209F;
}
.TagClassName
{
border-color: #90209F;
}
</style>