Shades of Vivid Violet #9026A9
Tints of Vivid Violet #9026A9
RGB
CMYK
RGB Variations
Color information
#9026A9 (or 0x9026A9) is known color: Vivid Violet. HEX triplet: 90, 26 and A9. RGB value is (144,38,169). Sum of RGB (Red+Green+Blue) = 144+38+169=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 169 (66.41% from 255 or 48.15% from 351); Max value from RGB is 169 - color contains mainly: blue. Hex color #9026A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9026A9 is #6FD956. Grayscale: #545454. Windows color (decimal): -7330135 or 11085456. OLE color: 11085456.
HSL color Cylindrical-coordinate representation of color #9026A9: hue angle of 288.55º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9026A9 is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 144 | 38 | 169 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.34 |
| HSL | 288.55º | 0.63% | 0.41% | - |
| HSV(B) | 288.55º | 0.78% | 0.66% | - |
| XYZ | 19.36 | 10.18 | 38.48 | - |
| YUV | 84.63 | 175.62 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 38 | 169 | 0.15 | 0.78 | 0 | 0.34 | 288.55 | 0.63 | 0.41 |
| Hex | 90 | 26 | A9 | F | 4E | 0 | 22 | 121 | 3F | 29 |
| Octal | 220 | 46 | 251 | 17 | 116 | 0 | 42 | 441 | 77 | 51 |
| Binary | 10010000 | 100110 | 10101001 | 1111 | 1001110 | 0 | 100010 | 100100001 | 111111 | 101001 |
Color Harmonies of #9026A9
Complementary color
Monochromatic Colors of #9026A9
Black with #9026A9
Text Example
Text Example
White with #9026A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9026A9; }
p { color: rgb(144,38,169); }
H1.HeaderClassName
{
color: #9026A9;
}
.AnyTagClassName
{
color: #9026A9;
}
</style>
background-color css
<style>
a { background-color: #9026A9; }
a { background-color: rgb(144,38,169); }
div.DivClassName
{
background-color: #9026A9;
}
.BgClassName
{
background-color: #9026A9;
}
</style>
border-color css
<style>
span { border-color: #9026A9; }
span { border-color: rgb(144,38,169); }
td.TdClassName
{
border-color: #9026A9;
}
.TagClassName
{
border-color: #9026A9;
}
</style>