Shades of Violet Blue #966B92
Tints of Violet Blue #966B92
RGB
CMYK
RGB Variations
Color information
#966B92 (or 0x966B92) is known color: Violet Blue. HEX triplet: 96, 6B and 92. RGB value is (150,107,146). Sum of RGB (Red+Green+Blue) = 150+107+146=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 150 - color contains mainly: red. Hex color #966B92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966B92 is #69946D. Grayscale: #7C7C7C. Windows color (decimal): -6919278 or 9595798. OLE color: 9595798.
HSL color Cylindrical-coordinate representation of color #966B92: hue angle of 305.58º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #966B92 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 107 | 146 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.41 |
| HSL | 305.58º | 0.17% | 0.5% | - |
| HSV(B) | 305.58º | 0.29% | 0.59% | - |
| XYZ | 23.02 | 19.07 | 29.66 | - |
| YUV | 124.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 107 | 146 | 0 | 0.29 | 0.03 | 0.41 | 305.58 | 0.17 | 0.5 |
| Hex | 96 | 6B | 92 | 0 | 1D | 3 | 29 | 132 | 11 | 32 |
| Octal | 226 | 153 | 222 | 0 | 35 | 3 | 51 | 462 | 21 | 62 |
| Binary | 10010110 | 1101011 | 10010010 | 0 | 11101 | 11 | 101001 | 100110010 | 10001 | 110010 |
Color Harmonies of #966B92
Complementary color
Monochromatic Colors of #966B92
Black with #966B92
Text Example
Text Example
White with #966B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966B92; }
p { color: rgb(150,107,146); }
H1.HeaderClassName
{
color: #966B92;
}
.AnyTagClassName
{
color: #966B92;
}
</style>
background-color css
<style>
a { background-color: #966B92; }
a { background-color: rgb(150,107,146); }
div.DivClassName
{
background-color: #966B92;
}
.BgClassName
{
background-color: #966B92;
}
</style>
border-color css
<style>
span { border-color: #966B92; }
span { border-color: rgb(150,107,146); }
td.TdClassName
{
border-color: #966B92;
}
.TagClassName
{
border-color: #966B92;
}
</style>