Shades of Vivid Violet #9A3698
Tints of Vivid Violet #9A3698
RGB
CMYK
RGB Variations
Color information
#9A3698 (or 0x9A3698) is known color: Vivid Violet. HEX triplet: 9A, 36 and 98. RGB value is (154,54,152). Sum of RGB (Red+Green+Blue) = 154+54+152=360 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.78% from 360); Green value is 54 (21.48% from 255 or 15% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3698 is #65C967. Grayscale: #5E5E5E. Windows color (decimal): -6670696 or 9975450. OLE color: 9975450.
HSL color Cylindrical-coordinate representation of color #9A3698: hue angle of 301.2º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9A3698 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 54 | 152 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.40 |
| HSL | 301.2º | 0.48% | 0.41% | - |
| HSV(B) | 301.2º | 0.65% | 0.6% | - |
| XYZ | 20.31 | 11.78 | 30.91 | - |
| YUV | 95.07 | 160.13 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 54 | 152 | 0 | 0.65 | 0.01 | 0.40 | 301.2 | 0.48 | 0.41 |
| Hex | 9A | 36 | 98 | 0 | 41 | 1 | 28 | 12D | 30 | 29 |
| Octal | 232 | 66 | 230 | 0 | 101 | 1 | 50 | 455 | 60 | 51 |
| Binary | 10011010 | 110110 | 10011000 | 0 | 1000001 | 1 | 101000 | 100101101 | 110000 | 101001 |
Color Harmonies of #9A3698
Complementary color
Monochromatic Colors of #9A3698
Black with #9A3698
Text Example
Text Example
White with #9A3698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3698; }
p { color: rgb(154,54,152); }
H1.HeaderClassName
{
color: #9A3698;
}
.AnyTagClassName
{
color: #9A3698;
}
</style>
background-color css
<style>
a { background-color: #9A3698; }
a { background-color: rgb(154,54,152); }
div.DivClassName
{
background-color: #9A3698;
}
.BgClassName
{
background-color: #9A3698;
}
</style>
border-color css
<style>
span { border-color: #9A3698; }
span { border-color: rgb(154,54,152); }
td.TdClassName
{
border-color: #9A3698;
}
.TagClassName
{
border-color: #9A3698;
}
</style>