Shades of Violet Blue #947096
Tints of Violet Blue #947096
RGB
CMYK
RGB Variations
Color information
#947096 (or 0x947096) is known color: Violet Blue. HEX triplet: 94, 70 and 96. RGB value is (148,112,150). Sum of RGB (Red+Green+Blue) = 148+112+150=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 150 - color contains mainly: blue. Hex color #947096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947096 is #6B8F69. Grayscale: #7E7E7E. Windows color (decimal): -7049066 or 9859220. OLE color: 9859220.
HSL color Cylindrical-coordinate representation of color #947096: hue angle of 296.84º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #947096 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 148 | 112 | 150 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.41 |
| HSL | 296.84º | 0.15% | 0.51% | - |
| HSV(B) | 296.84º | 0.25% | 0.59% | - |
| XYZ | 23.51 | 20.09 | 31.49 | - |
| YUV | 127.1 | 140.93 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 112 | 150 | 0.01 | 0.25 | 0 | 0.41 | 296.84 | 0.15 | 0.51 |
| Hex | 94 | 70 | 96 | 1 | 19 | 0 | 29 | 129 | F | 33 |
| Octal | 224 | 160 | 226 | 1 | 31 | 0 | 51 | 451 | 17 | 63 |
| Binary | 10010100 | 1110000 | 10010110 | 1 | 11001 | 0 | 101001 | 100101001 | 1111 | 110011 |
Color Harmonies of #947096
Complementary color
Monochromatic Colors of #947096
Black with #947096
Text Example
Text Example
White with #947096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947096; }
p { color: rgb(148,112,150); }
H1.HeaderClassName
{
color: #947096;
}
.AnyTagClassName
{
color: #947096;
}
</style>
background-color css
<style>
a { background-color: #947096; }
a { background-color: rgb(148,112,150); }
div.DivClassName
{
background-color: #947096;
}
.BgClassName
{
background-color: #947096;
}
</style>
border-color css
<style>
span { border-color: #947096; }
span { border-color: rgb(148,112,150); }
td.TdClassName
{
border-color: #947096;
}
.TagClassName
{
border-color: #947096;
}
</style>