Shades of Vivid Violet #9A3695
Tints of Vivid Violet #9A3695
RGB
CMYK
RGB Variations
Color information
#9A3695 (or 0x9A3695) is known color: Vivid Violet. HEX triplet: 9A, 36 and 95. RGB value is (154,54,149). Sum of RGB (Red+Green+Blue) = 154+54+149=357 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.14% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3695 is #65C96A. Grayscale: #5E5E5E. Windows color (decimal): -6670699 or 9778842. OLE color: 9778842.
HSL color Cylindrical-coordinate representation of color #9A3695: hue angle of 303º 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 #9A3695 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 54 | 149 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.40 |
| HSL | 303º | 0.48% | 0.41% | - |
| HSV(B) | 303º | 0.65% | 0.6% | - |
| XYZ | 20.07 | 11.68 | 29.63 | - |
| YUV | 94.73 | 158.63 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 54 | 149 | 0 | 0.65 | 0.03 | 0.40 | 303 | 0.48 | 0.41 |
| Hex | 9A | 36 | 95 | 0 | 41 | 3 | 28 | 12F | 30 | 29 |
| Octal | 232 | 66 | 225 | 0 | 101 | 3 | 50 | 457 | 60 | 51 |
| Binary | 10011010 | 110110 | 10010101 | 0 | 1000001 | 11 | 101000 | 100101111 | 110000 | 101001 |
Color Harmonies of #9A3695
Complementary color
Monochromatic Colors of #9A3695
Black with #9A3695
Text Example
Text Example
White with #9A3695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3695; }
p { color: rgb(154,54,149); }
H1.HeaderClassName
{
color: #9A3695;
}
.AnyTagClassName
{
color: #9A3695;
}
</style>
background-color css
<style>
a { background-color: #9A3695; }
a { background-color: rgb(154,54,149); }
div.DivClassName
{
background-color: #9A3695;
}
.BgClassName
{
background-color: #9A3695;
}
</style>
border-color css
<style>
span { border-color: #9A3695; }
span { border-color: rgb(154,54,149); }
td.TdClassName
{
border-color: #9A3695;
}
.TagClassName
{
border-color: #9A3695;
}
</style>