Shades of Violet Blue #9E65AC
Tints of Violet Blue #9E65AC
RGB
CMYK
RGB Variations
Color information
#9E65AC (or 0x9E65AC) is known color: Violet Blue. HEX triplet: 9E, 65 and AC. RGB value is (158,101,172). Sum of RGB (Red+Green+Blue) = 158+101+172=431 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.66% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E65AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E65AC is #619A53. Grayscale: #7D7D7D. Windows color (decimal): -6396500 or 11298206. OLE color: 11298206.
HSL color Cylindrical-coordinate representation of color #9E65AC: hue angle of 288.17º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E65AC is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 101 | 172 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.33 |
| HSL | 288.17º | 0.3% | 0.54% | - |
| HSV(B) | 288.17º | 0.41% | 0.67% | - |
| XYZ | 26.2 | 19.56 | 41.42 | - |
| YUV | 126.14 | 153.88 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 101 | 172 | 0.08 | 0.41 | 0 | 0.33 | 288.17 | 0.3 | 0.54 |
| Hex | 9E | 65 | AC | 8 | 29 | 0 | 21 | 120 | 1E | 36 |
| Octal | 236 | 145 | 254 | 10 | 51 | 0 | 41 | 440 | 36 | 66 |
| Binary | 10011110 | 1100101 | 10101100 | 1000 | 101001 | 0 | 100001 | 100100000 | 11110 | 110110 |
Color Harmonies of #9E65AC
Complementary color
Monochromatic Colors of #9E65AC
Black with #9E65AC
Text Example
Text Example
White with #9E65AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E65AC; }
p { color: rgb(158,101,172); }
H1.HeaderClassName
{
color: #9E65AC;
}
.AnyTagClassName
{
color: #9E65AC;
}
</style>
background-color css
<style>
a { background-color: #9E65AC; }
a { background-color: rgb(158,101,172); }
div.DivClassName
{
background-color: #9E65AC;
}
.BgClassName
{
background-color: #9E65AC;
}
</style>
border-color css
<style>
span { border-color: #9E65AC; }
span { border-color: rgb(158,101,172); }
td.TdClassName
{
border-color: #9E65AC;
}
.TagClassName
{
border-color: #9E65AC;
}
</style>