Shades of Violet Blue #9E64AC
Tints of Violet Blue #9E64AC
RGB
CMYK
RGB Variations
Color information
#9E64AC (or 0x9E64AC) is known color: Violet Blue. HEX triplet: 9E, 64 and AC. RGB value is (158,100,172). Sum of RGB (Red+Green+Blue) = 158+100+172=430 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.74% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E64AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E64AC is #619B53. Grayscale: #7D7D7D. Windows color (decimal): -6396756 or 11297950. OLE color: 11297950.
HSL color Cylindrical-coordinate representation of color #9E64AC: hue angle of 288.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E64AC is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 100 | 172 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.33 |
| HSL | 288.33º | 0.3% | 0.53% | - |
| HSV(B) | 288.33º | 0.42% | 0.67% | - |
| XYZ | 26.1 | 19.36 | 41.39 | - |
| YUV | 125.55 | 154.22 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 100 | 172 | 0.08 | 0.42 | 0 | 0.33 | 288.33 | 0.3 | 0.53 |
| Hex | 9E | 64 | AC | 8 | 2A | 0 | 21 | 120 | 1E | 35 |
| Octal | 236 | 144 | 254 | 10 | 52 | 0 | 41 | 440 | 36 | 65 |
| Binary | 10011110 | 1100100 | 10101100 | 1000 | 101010 | 0 | 100001 | 100100000 | 11110 | 110101 |
Color Harmonies of #9E64AC
Complementary color
Monochromatic Colors of #9E64AC
Black with #9E64AC
Text Example
Text Example
White with #9E64AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E64AC; }
p { color: rgb(158,100,172); }
H1.HeaderClassName
{
color: #9E64AC;
}
.AnyTagClassName
{
color: #9E64AC;
}
</style>
background-color css
<style>
a { background-color: #9E64AC; }
a { background-color: rgb(158,100,172); }
div.DivClassName
{
background-color: #9E64AC;
}
.BgClassName
{
background-color: #9E64AC;
}
</style>
border-color css
<style>
span { border-color: #9E64AC; }
span { border-color: rgb(158,100,172); }
td.TdClassName
{
border-color: #9E64AC;
}
.TagClassName
{
border-color: #9E64AC;
}
</style>