Shades of Vivid Violet #9023A9
Tints of Vivid Violet #9023A9
RGB
CMYK
RGB Variations
Color information
#9023A9 (or 0x9023A9) is known color: Vivid Violet. HEX triplet: 90, 23 and A9. RGB value is (144,35,169). Sum of RGB (Red+Green+Blue) = 144+35+169=348 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.38% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 169 (66.41% from 255 or 48.56% from 348); Max value from RGB is 169 - color contains mainly: blue. Hex color #9023A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9023A9 is #6FDC56. Grayscale: #525252. Windows color (decimal): -7330903 or 11084688. OLE color: 11084688.
HSL color Cylindrical-coordinate representation of color #9023A9: hue angle of 288.81º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9023A9 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 144 | 35 | 169 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.34 |
| HSL | 288.81º | 0.66% | 0.4% | - |
| HSV(B) | 288.81º | 0.79% | 0.66% | - |
| XYZ | 19.26 | 10 | 38.45 | - |
| YUV | 82.87 | 176.61 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 35 | 169 | 0.15 | 0.79 | 0 | 0.34 | 288.81 | 0.66 | 0.4 |
| Hex | 90 | 23 | A9 | F | 4F | 0 | 22 | 121 | 42 | 28 |
| Octal | 220 | 43 | 251 | 17 | 117 | 0 | 42 | 441 | 102 | 50 |
| Binary | 10010000 | 100011 | 10101001 | 1111 | 1001111 | 0 | 100010 | 100100001 | 1000010 | 101000 |
Color Harmonies of #9023A9
Complementary color
Monochromatic Colors of #9023A9
Black with #9023A9
Text Example
Text Example
White with #9023A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9023A9; }
p { color: rgb(144,35,169); }
H1.HeaderClassName
{
color: #9023A9;
}
.AnyTagClassName
{
color: #9023A9;
}
</style>
background-color css
<style>
a { background-color: #9023A9; }
a { background-color: rgb(144,35,169); }
div.DivClassName
{
background-color: #9023A9;
}
.BgClassName
{
background-color: #9023A9;
}
</style>
border-color css
<style>
span { border-color: #9023A9; }
span { border-color: rgb(144,35,169); }
td.TdClassName
{
border-color: #9023A9;
}
.TagClassName
{
border-color: #9023A9;
}
</style>