Shades of Vivid Violet #90269E
Tints of Vivid Violet #90269E
RGB
CMYK
RGB Variations
Color information
#90269E (or 0x90269E) is known color: Vivid Violet. HEX triplet: 90, 26 and 9E. RGB value is (144,38,158). Sum of RGB (Red+Green+Blue) = 144+38+158=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 158 - color contains mainly: blue. Hex color #90269E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90269E is #6FD961. Grayscale: #525252. Windows color (decimal): -7330146 or 10364560. OLE color: 10364560.
HSL color Cylindrical-coordinate representation of color #90269E: hue angle of 293º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #90269E is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 38 | 158 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.38 |
| HSL | 293º | 0.61% | 0.38% | - |
| HSV(B) | 293º | 0.76% | 0.62% | - |
| XYZ | 18.37 | 9.78 | 33.27 | - |
| YUV | 83.37 | 170.12 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 38 | 158 | 0.09 | 0.76 | 0 | 0.38 | 293 | 0.61 | 0.38 |
| Hex | 90 | 26 | 9E | 9 | 4C | 0 | 26 | 125 | 3D | 26 |
| Octal | 220 | 46 | 236 | 11 | 114 | 0 | 46 | 445 | 75 | 46 |
| Binary | 10010000 | 100110 | 10011110 | 1001 | 1001100 | 0 | 100110 | 100100101 | 111101 | 100110 |
Color Harmonies of #90269E
Complementary color
Monochromatic Colors of #90269E
Black with #90269E
Text Example
Text Example
White with #90269E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90269E; }
p { color: rgb(144,38,158); }
H1.HeaderClassName
{
color: #90269E;
}
.AnyTagClassName
{
color: #90269E;
}
</style>
background-color css
<style>
a { background-color: #90269E; }
a { background-color: rgb(144,38,158); }
div.DivClassName
{
background-color: #90269E;
}
.BgClassName
{
background-color: #90269E;
}
</style>
border-color css
<style>
span { border-color: #90269E; }
span { border-color: rgb(144,38,158); }
td.TdClassName
{
border-color: #90269E;
}
.TagClassName
{
border-color: #90269E;
}
</style>