Shades of Violet Blue #966E9D
Tints of Violet Blue #966E9D
RGB
CMYK
RGB Variations
Color information
#966E9D (or 0x966E9D) is known color: Violet Blue. HEX triplet: 96, 6E and 9D. RGB value is (150,110,157). Sum of RGB (Red+Green+Blue) = 150+110+157=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 157 - color contains mainly: blue. Hex color #966E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966E9D is #699162. Grayscale: #7F7F7F. Windows color (decimal): -6918499 or 10317462. OLE color: 10317462.
HSL color Cylindrical-coordinate representation of color #966E9D: hue angle of 291.06º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #966E9D is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 110 | 157 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.38 |
| HSL | 291.06º | 0.19% | 0.52% | - |
| HSV(B) | 291.06º | 0.3% | 0.62% | - |
| XYZ | 24.24 | 20.07 | 34.49 | - |
| YUV | 127.32 | 144.75 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 110 | 157 | 0.04 | 0.30 | 0 | 0.38 | 291.06 | 0.19 | 0.52 |
| Hex | 96 | 6E | 9D | 4 | 1E | 0 | 26 | 123 | 13 | 34 |
| Octal | 226 | 156 | 235 | 4 | 36 | 0 | 46 | 443 | 23 | 64 |
| Binary | 10010110 | 1101110 | 10011101 | 100 | 11110 | 0 | 100110 | 100100011 | 10011 | 110100 |
Color Harmonies of #966E9D
Complementary color
Monochromatic Colors of #966E9D
Black with #966E9D
Text Example
Text Example
White with #966E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966E9D; }
p { color: rgb(150,110,157); }
H1.HeaderClassName
{
color: #966E9D;
}
.AnyTagClassName
{
color: #966E9D;
}
</style>
background-color css
<style>
a { background-color: #966E9D; }
a { background-color: rgb(150,110,157); }
div.DivClassName
{
background-color: #966E9D;
}
.BgClassName
{
background-color: #966E9D;
}
</style>
border-color css
<style>
span { border-color: #966E9D; }
span { border-color: rgb(150,110,157); }
td.TdClassName
{
border-color: #966E9D;
}
.TagClassName
{
border-color: #966E9D;
}
</style>