Shades of Vivid Violet #9A3590
Tints of Vivid Violet #9A3590
RGB
CMYK
RGB Variations
Color information
#9A3590 (or 0x9A3590) is known color: Vivid Violet. HEX triplet: 9A, 35 and 90. RGB value is (154,53,144). Sum of RGB (Red+Green+Blue) = 154+53+144=351 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.87% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3590 is #65CA6F. Grayscale: #5D5D5D. Windows color (decimal): -6670960 or 9450906. OLE color: 9450906.
HSL color Cylindrical-coordinate representation of color #9A3590: hue angle of 305.94º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A3590 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 53 | 144 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.40 |
| HSL | 305.94º | 0.49% | 0.41% | - |
| HSV(B) | 305.94º | 0.66% | 0.6% | - |
| XYZ | 19.63 | 11.43 | 27.56 | - |
| YUV | 93.57 | 156.46 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 53 | 144 | 0 | 0.66 | 0.06 | 0.40 | 305.94 | 0.49 | 0.41 |
| Hex | 9A | 35 | 90 | 0 | 42 | 6 | 28 | 132 | 31 | 29 |
| Octal | 232 | 65 | 220 | 0 | 102 | 6 | 50 | 462 | 61 | 51 |
| Binary | 10011010 | 110101 | 10010000 | 0 | 1000010 | 110 | 101000 | 100110010 | 110001 | 101001 |
Color Harmonies of #9A3590
Complementary color
Monochromatic Colors of #9A3590
Black with #9A3590
Text Example
Text Example
White with #9A3590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3590; }
p { color: rgb(154,53,144); }
H1.HeaderClassName
{
color: #9A3590;
}
.AnyTagClassName
{
color: #9A3590;
}
</style>
background-color css
<style>
a { background-color: #9A3590; }
a { background-color: rgb(154,53,144); }
div.DivClassName
{
background-color: #9A3590;
}
.BgClassName
{
background-color: #9A3590;
}
</style>
border-color css
<style>
span { border-color: #9A3590; }
span { border-color: rgb(154,53,144); }
td.TdClassName
{
border-color: #9A3590;
}
.TagClassName
{
border-color: #9A3590;
}
</style>