Shades of Violet Blue #9A4695
Tints of Violet Blue #9A4695
RGB
CMYK
RGB Variations
Color information
#9A4695 (or 0x9A4695) is known color: Violet Blue. HEX triplet: 9A, 46 and 95. RGB value is (154,70,149). Sum of RGB (Red+Green+Blue) = 154+70+149=373 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.29% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4695 is #65B96A. Grayscale: #676767. Windows color (decimal): -6666603 or 9782938. OLE color: 9782938.
HSL color Cylindrical-coordinate representation of color #9A4695: hue angle of 303.57º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A4695 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 70 | 149 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.40 |
| HSL | 303.57º | 0.38% | 0.44% | - |
| HSV(B) | 303.57º | 0.55% | 0.6% | - |
| XYZ | 20.94 | 13.42 | 29.92 | - |
| YUV | 104.12 | 153.33 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 70 | 149 | 0 | 0.55 | 0.03 | 0.40 | 303.57 | 0.38 | 0.44 |
| Hex | 9A | 46 | 95 | 0 | 37 | 3 | 28 | 130 | 26 | 2C |
| Octal | 232 | 106 | 225 | 0 | 67 | 3 | 50 | 460 | 46 | 54 |
| Binary | 10011010 | 1000110 | 10010101 | 0 | 110111 | 11 | 101000 | 100110000 | 100110 | 101100 |
Color Harmonies of #9A4695
Complementary color
Monochromatic Colors of #9A4695
Black with #9A4695
Text Example
Text Example
White with #9A4695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4695; }
p { color: rgb(154,70,149); }
H1.HeaderClassName
{
color: #9A4695;
}
.AnyTagClassName
{
color: #9A4695;
}
</style>
background-color css
<style>
a { background-color: #9A4695; }
a { background-color: rgb(154,70,149); }
div.DivClassName
{
background-color: #9A4695;
}
.BgClassName
{
background-color: #9A4695;
}
</style>
border-color css
<style>
span { border-color: #9A4695; }
span { border-color: rgb(154,70,149); }
td.TdClassName
{
border-color: #9A4695;
}
.TagClassName
{
border-color: #9A4695;
}
</style>