Shades of Violet Blue #966F93
Tints of Violet Blue #966F93
RGB
CMYK
RGB Variations
Color information
#966F93 (or 0x966F93) is known color: Violet Blue. HEX triplet: 96, 6F and 93. RGB value is (150,111,147). Sum of RGB (Red+Green+Blue) = 150+111+147=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 150 - color contains mainly: red. Hex color #966F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966F93 is #69906C. Grayscale: #7E7E7E. Windows color (decimal): -6918253 or 9662358. OLE color: 9662358.
HSL color Cylindrical-coordinate representation of color #966F93: hue angle of 304.62º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #966F93 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 111 | 147 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.41 |
| HSL | 304.62º | 0.16% | 0.51% | - |
| HSV(B) | 304.62º | 0.26% | 0.59% | - |
| XYZ | 23.53 | 19.96 | 30.22 | - |
| YUV | 126.77 | 139.42 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 147 | 0 | 0.26 | 0.02 | 0.41 | 304.62 | 0.16 | 0.51 |
| Hex | 96 | 6F | 93 | 0 | 1A | 2 | 29 | 131 | 10 | 33 |
| Octal | 226 | 157 | 223 | 0 | 32 | 2 | 51 | 461 | 20 | 63 |
| Binary | 10010110 | 1101111 | 10010011 | 0 | 11010 | 10 | 101001 | 100110001 | 10000 | 110011 |
Color Harmonies of #966F93
Complementary color
Monochromatic Colors of #966F93
Black with #966F93
Text Example
Text Example
White with #966F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966F93; }
p { color: rgb(150,111,147); }
H1.HeaderClassName
{
color: #966F93;
}
.AnyTagClassName
{
color: #966F93;
}
</style>
background-color css
<style>
a { background-color: #966F93; }
a { background-color: rgb(150,111,147); }
div.DivClassName
{
background-color: #966F93;
}
.BgClassName
{
background-color: #966F93;
}
</style>
border-color css
<style>
span { border-color: #966F93; }
span { border-color: rgb(150,111,147); }
td.TdClassName
{
border-color: #966F93;
}
.TagClassName
{
border-color: #966F93;
}
</style>