Shades of Violet Blue #947796
Tints of Violet Blue #947796
RGB
CMYK
RGB Variations
Color information
#947796 (or 0x947796) is known color: Violet Blue. HEX triplet: 94, 77 and 96. RGB value is (148,119,150). Sum of RGB (Red+Green+Blue) = 148+119+150=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 150 - color contains mainly: blue. Hex color #947796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947796 is #6B8869. Grayscale: #838383. Windows color (decimal): -7047274 or 9861012. OLE color: 9861012.
HSL color Cylindrical-coordinate representation of color #947796: hue angle of 296.13º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #947796 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 148 | 119 | 150 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.41 |
| HSL | 296.13º | 0.13% | 0.53% | - |
| HSV(B) | 296.13º | 0.21% | 0.59% | - |
| XYZ | 24.31 | 21.69 | 31.76 | - |
| YUV | 131.21 | 138.61 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 119 | 150 | 0.01 | 0.21 | 0 | 0.41 | 296.13 | 0.13 | 0.53 |
| Hex | 94 | 77 | 96 | 1 | 15 | 0 | 29 | 128 | D | 35 |
| Octal | 224 | 167 | 226 | 1 | 25 | 0 | 51 | 450 | 15 | 65 |
| Binary | 10010100 | 1110111 | 10010110 | 1 | 10101 | 0 | 101001 | 100101000 | 1101 | 110101 |
Color Harmonies of #947796
Complementary color
Monochromatic Colors of #947796
Black with #947796
Text Example
Text Example
White with #947796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947796; }
p { color: rgb(148,119,150); }
H1.HeaderClassName
{
color: #947796;
}
.AnyTagClassName
{
color: #947796;
}
</style>
background-color css
<style>
a { background-color: #947796; }
a { background-color: rgb(148,119,150); }
div.DivClassName
{
background-color: #947796;
}
.BgClassName
{
background-color: #947796;
}
</style>
border-color css
<style>
span { border-color: #947796; }
span { border-color: rgb(148,119,150); }
td.TdClassName
{
border-color: #947796;
}
.TagClassName
{
border-color: #947796;
}
</style>