Shades of Violet Blue #94688E
Tints of Violet Blue #94688E
RGB
CMYK
RGB Variations
Color information
#94688E (or 0x94688E) is known color: Violet Blue. HEX triplet: 94, 68 and 8E. RGB value is (148,104,142). Sum of RGB (Red+Green+Blue) = 148+104+142=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 148 - color contains mainly: red. Hex color #94688E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94688E is #6B9771. Grayscale: #797979. Windows color (decimal): -7051122 or 9332884. OLE color: 9332884.
HSL color Cylindrical-coordinate representation of color #94688E: hue angle of 308.18º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94688E is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 104 | 142 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.42 |
| HSL | 308.18º | 0.17% | 0.49% | - |
| HSV(B) | 308.18º | 0.3% | 0.58% | - |
| XYZ | 22.05 | 18.15 | 27.93 | - |
| YUV | 121.49 | 139.58 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 104 | 142 | 0 | 0.30 | 0.04 | 0.42 | 308.18 | 0.17 | 0.49 |
| Hex | 94 | 68 | 8E | 0 | 1E | 4 | 2A | 134 | 11 | 31 |
| Octal | 224 | 150 | 216 | 0 | 36 | 4 | 52 | 464 | 21 | 61 |
| Binary | 10010100 | 1101000 | 10001110 | 0 | 11110 | 100 | 101010 | 100110100 | 10001 | 110001 |
Color Harmonies of #94688E
Complementary color
Monochromatic Colors of #94688E
Black with #94688E
Text Example
Text Example
White with #94688E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94688E; }
p { color: rgb(148,104,142); }
H1.HeaderClassName
{
color: #94688E;
}
.AnyTagClassName
{
color: #94688E;
}
</style>
background-color css
<style>
a { background-color: #94688E; }
a { background-color: rgb(148,104,142); }
div.DivClassName
{
background-color: #94688E;
}
.BgClassName
{
background-color: #94688E;
}
</style>
border-color css
<style>
span { border-color: #94688E; }
span { border-color: rgb(148,104,142); }
td.TdClassName
{
border-color: #94688E;
}
.TagClassName
{
border-color: #94688E;
}
</style>