Shades of Vivid Violet #9A3594
Tints of Vivid Violet #9A3594
RGB
CMYK
RGB Variations
Color information
#9A3594 (or 0x9A3594) is known color: Vivid Violet. HEX triplet: 9A, 35 and 94. RGB value is (154,53,148). Sum of RGB (Red+Green+Blue) = 154+53+148=355 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.38% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3594 is #65CA6B. Grayscale: #5D5D5D. Windows color (decimal): -6670956 or 9713050. OLE color: 9713050.
HSL color Cylindrical-coordinate representation of color #9A3594: hue angle of 303.56º 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 #9A3594 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 53 | 148 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.40 |
| HSL | 303.56º | 0.49% | 0.41% | - |
| HSV(B) | 303.56º | 0.66% | 0.6% | - |
| XYZ | 19.94 | 11.55 | 29.2 | - |
| YUV | 94.03 | 158.46 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 53 | 148 | 0 | 0.66 | 0.04 | 0.40 | 303.56 | 0.49 | 0.41 |
| Hex | 9A | 35 | 94 | 0 | 42 | 4 | 28 | 130 | 31 | 29 |
| Octal | 232 | 65 | 224 | 0 | 102 | 4 | 50 | 460 | 61 | 51 |
| Binary | 10011010 | 110101 | 10010100 | 0 | 1000010 | 100 | 101000 | 100110000 | 110001 | 101001 |
Color Harmonies of #9A3594
Complementary color
Monochromatic Colors of #9A3594
Black with #9A3594
Text Example
Text Example
White with #9A3594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3594; }
p { color: rgb(154,53,148); }
H1.HeaderClassName
{
color: #9A3594;
}
.AnyTagClassName
{
color: #9A3594;
}
</style>
background-color css
<style>
a { background-color: #9A3594; }
a { background-color: rgb(154,53,148); }
div.DivClassName
{
background-color: #9A3594;
}
.BgClassName
{
background-color: #9A3594;
}
</style>
border-color css
<style>
span { border-color: #9A3594; }
span { border-color: rgb(154,53,148); }
td.TdClassName
{
border-color: #9A3594;
}
.TagClassName
{
border-color: #9A3594;
}
</style>