Shades of Violet Blue #966892
Tints of Violet Blue #966892
RGB
CMYK
RGB Variations
Color information
#966892 (or 0x966892) is known color: Violet Blue. HEX triplet: 96, 68 and 92. RGB value is (150,104,146). Sum of RGB (Red+Green+Blue) = 150+104+146=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 150 - color contains mainly: red. Hex color #966892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966892 is #69976D. Grayscale: #7A7A7A. Windows color (decimal): -6920046 or 9595030. OLE color: 9595030.
HSL color Cylindrical-coordinate representation of color #966892: hue angle of 305.22º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #966892 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 104 | 146 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.41 |
| HSL | 305.22º | 0.18% | 0.5% | - |
| HSV(B) | 305.22º | 0.31% | 0.59% | - |
| XYZ | 22.72 | 18.46 | 29.56 | - |
| YUV | 122.54 | 141.24 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 104 | 146 | 0 | 0.31 | 0.03 | 0.41 | 305.22 | 0.18 | 0.5 |
| Hex | 96 | 68 | 92 | 0 | 1F | 3 | 29 | 131 | 12 | 32 |
| Octal | 226 | 150 | 222 | 0 | 37 | 3 | 51 | 461 | 22 | 62 |
| Binary | 10010110 | 1101000 | 10010010 | 0 | 11111 | 11 | 101001 | 100110001 | 10010 | 110010 |
Color Harmonies of #966892
Complementary color
Monochromatic Colors of #966892
Black with #966892
Text Example
Text Example
White with #966892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966892; }
p { color: rgb(150,104,146); }
H1.HeaderClassName
{
color: #966892;
}
.AnyTagClassName
{
color: #966892;
}
</style>
background-color css
<style>
a { background-color: #966892; }
a { background-color: rgb(150,104,146); }
div.DivClassName
{
background-color: #966892;
}
.BgClassName
{
background-color: #966892;
}
</style>
border-color css
<style>
span { border-color: #966892; }
span { border-color: rgb(150,104,146); }
td.TdClassName
{
border-color: #966892;
}
.TagClassName
{
border-color: #966892;
}
</style>