Shades of Vivid Violet #90289E
Tints of Vivid Violet #90289E
RGB
CMYK
RGB Variations
Color information
#90289E (or 0x90289E) is known color: Vivid Violet. HEX triplet: 90, 28 and 9E. RGB value is (144,40,158). Sum of RGB (Red+Green+Blue) = 144+40+158=342 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.11% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 158 (62.11% from 255 or 46.20% from 342); Max value from RGB is 158 - color contains mainly: blue. Hex color #90289E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90289E is #6FD761. Grayscale: #545454. Windows color (decimal): -7329634 or 10365072. OLE color: 10365072.
HSL color Cylindrical-coordinate representation of color #90289E: hue angle of 292.88º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #90289E is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 40 | 158 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.38 |
| HSL | 292.88º | 0.6% | 0.39% | - |
| HSV(B) | 292.88º | 0.75% | 0.62% | - |
| XYZ | 18.43 | 9.92 | 33.29 | - |
| YUV | 84.55 | 169.46 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 40 | 158 | 0.09 | 0.75 | 0 | 0.38 | 292.88 | 0.6 | 0.39 |
| Hex | 90 | 28 | 9E | 9 | 4B | 0 | 26 | 125 | 3C | 27 |
| Octal | 220 | 50 | 236 | 11 | 113 | 0 | 46 | 445 | 74 | 47 |
| Binary | 10010000 | 101000 | 10011110 | 1001 | 1001011 | 0 | 100110 | 100100101 | 111100 | 100111 |
Color Harmonies of #90289E
Complementary color
Monochromatic Colors of #90289E
Black with #90289E
Text Example
Text Example
White with #90289E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90289E; }
p { color: rgb(144,40,158); }
H1.HeaderClassName
{
color: #90289E;
}
.AnyTagClassName
{
color: #90289E;
}
</style>
background-color css
<style>
a { background-color: #90289E; }
a { background-color: rgb(144,40,158); }
div.DivClassName
{
background-color: #90289E;
}
.BgClassName
{
background-color: #90289E;
}
</style>
border-color css
<style>
span { border-color: #90289E; }
span { border-color: rgb(144,40,158); }
td.TdClassName
{
border-color: #90289E;
}
.TagClassName
{
border-color: #90289E;
}
</style>