Shades of Vivid Violet #9037A3
Tints of Vivid Violet #9037A3
RGB
CMYK
RGB Variations
Color information
#9037A3 (or 0x9037A3) is known color: Vivid Violet. HEX triplet: 90, 37 and A3. RGB value is (144,55,163). Sum of RGB (Red+Green+Blue) = 144+55+163=362 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.78% from 362); Green value is 55 (21.88% from 255 or 15.19% from 362); Blue value is 163 (64.06% from 255 or 45.03% from 362); Max value from RGB is 163 - color contains mainly: blue. Hex color #9037A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9037A3 is #6FC85C. Grayscale: #5D5D5D. Windows color (decimal): -7325789 or 10696592. OLE color: 10696592.
HSL color Cylindrical-coordinate representation of color #9037A3: hue angle of 289.44º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9037A3 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 55 | 163 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.36 |
| HSL | 289.44º | 0.5% | 0.43% | - |
| HSV(B) | 289.44º | 0.66% | 0.64% | - |
| XYZ | 19.48 | 11.31 | 35.81 | - |
| YUV | 93.92 | 166.99 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 55 | 163 | 0.12 | 0.66 | 0 | 0.36 | 289.44 | 0.5 | 0.43 |
| Hex | 90 | 37 | A3 | C | 42 | 0 | 24 | 121 | 32 | 2B |
| Octal | 220 | 67 | 243 | 14 | 102 | 0 | 44 | 441 | 62 | 53 |
| Binary | 10010000 | 110111 | 10100011 | 1100 | 1000010 | 0 | 100100 | 100100001 | 110010 | 101011 |
Color Harmonies of #9037A3
Complementary color
Monochromatic Colors of #9037A3
Black with #9037A3
Text Example
Text Example
White with #9037A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9037A3; }
p { color: rgb(144,55,163); }
H1.HeaderClassName
{
color: #9037A3;
}
.AnyTagClassName
{
color: #9037A3;
}
</style>
background-color css
<style>
a { background-color: #9037A3; }
a { background-color: rgb(144,55,163); }
div.DivClassName
{
background-color: #9037A3;
}
.BgClassName
{
background-color: #9037A3;
}
</style>
border-color css
<style>
span { border-color: #9037A3; }
span { border-color: rgb(144,55,163); }
td.TdClassName
{
border-color: #9037A3;
}
.TagClassName
{
border-color: #9037A3;
}
</style>