Shades of Vivid Violet #90259B
Tints of Vivid Violet #90259B
RGB
CMYK
RGB Variations
Color information
#90259B (or 0x90259B) is known color: Vivid Violet. HEX triplet: 90, 25 and 9B. RGB value is (144,37,155). Sum of RGB (Red+Green+Blue) = 144+37+155=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #90259B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90259B is #6FDA64. Grayscale: #525252. Windows color (decimal): -7330405 or 10167696. OLE color: 10167696.
HSL color Cylindrical-coordinate representation of color #90259B: hue angle of 294.41º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #90259B is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 37 | 155 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.39 |
| HSL | 294.41º | 0.61% | 0.38% | - |
| HSV(B) | 294.41º | 0.76% | 0.61% | - |
| XYZ | 18.08 | 9.62 | 31.91 | - |
| YUV | 82.45 | 168.95 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 37 | 155 | 0.07 | 0.76 | 0 | 0.39 | 294.41 | 0.61 | 0.38 |
| Hex | 90 | 25 | 9B | 7 | 4C | 0 | 27 | 126 | 3D | 26 |
| Octal | 220 | 45 | 233 | 7 | 114 | 0 | 47 | 446 | 75 | 46 |
| Binary | 10010000 | 100101 | 10011011 | 111 | 1001100 | 0 | 100111 | 100100110 | 111101 | 100110 |
Color Harmonies of #90259B
Complementary color
Monochromatic Colors of #90259B
Black with #90259B
Text Example
Text Example
White with #90259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90259B; }
p { color: rgb(144,37,155); }
H1.HeaderClassName
{
color: #90259B;
}
.AnyTagClassName
{
color: #90259B;
}
</style>
background-color css
<style>
a { background-color: #90259B; }
a { background-color: rgb(144,37,155); }
div.DivClassName
{
background-color: #90259B;
}
.BgClassName
{
background-color: #90259B;
}
</style>
border-color css
<style>
span { border-color: #90259B; }
span { border-color: rgb(144,37,155); }
td.TdClassName
{
border-color: #90259B;
}
.TagClassName
{
border-color: #90259B;
}
</style>