Shades of Vivid Violet #90249C
Tints of Vivid Violet #90249C
RGB
CMYK
RGB Variations
Color information
#90249C (or 0x90249C) is known color: Vivid Violet. HEX triplet: 90, 24 and 9C. RGB value is (144,36,156). Sum of RGB (Red+Green+Blue) = 144+36+156=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 156 - color contains mainly: blue. Hex color #90249C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90249C is #6FDB63. Grayscale: #515151. Windows color (decimal): -7330660 or 10232976. OLE color: 10232976.
HSL color Cylindrical-coordinate representation of color #90249C: hue angle of 294º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #90249C is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 36 | 156 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.39 |
| HSL | 294º | 0.63% | 0.38% | - |
| HSV(B) | 294º | 0.77% | 0.61% | - |
| XYZ | 18.13 | 9.59 | 32.35 | - |
| YUV | 81.97 | 169.78 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 36 | 156 | 0.08 | 0.77 | 0 | 0.39 | 294 | 0.63 | 0.38 |
| Hex | 90 | 24 | 9C | 8 | 4D | 0 | 27 | 126 | 3E | 26 |
| Octal | 220 | 44 | 234 | 10 | 115 | 0 | 47 | 446 | 76 | 46 |
| Binary | 10010000 | 100100 | 10011100 | 1000 | 1001101 | 0 | 100111 | 100100110 | 111110 | 100110 |
Color Harmonies of #90249C
Complementary color
Monochromatic Colors of #90249C
Black with #90249C
Text Example
Text Example
White with #90249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90249C; }
p { color: rgb(144,36,156); }
H1.HeaderClassName
{
color: #90249C;
}
.AnyTagClassName
{
color: #90249C;
}
</style>
background-color css
<style>
a { background-color: #90249C; }
a { background-color: rgb(144,36,156); }
div.DivClassName
{
background-color: #90249C;
}
.BgClassName
{
background-color: #90249C;
}
</style>
border-color css
<style>
span { border-color: #90249C; }
span { border-color: rgb(144,36,156); }
td.TdClassName
{
border-color: #90249C;
}
.TagClassName
{
border-color: #90249C;
}
</style>