Shades of Violet Blue #94608E
Tints of Violet Blue #94608E
RGB
CMYK
RGB Variations
Color information
#94608E (or 0x94608E) is known color: Violet Blue. HEX triplet: 94, 60 and 8E. RGB value is (148,96,142). Sum of RGB (Red+Green+Blue) = 148+96+142=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 148 - color contains mainly: red. Hex color #94608E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94608E is #6B9F71. Grayscale: #747474. Windows color (decimal): -7053170 or 9330836. OLE color: 9330836.
HSL color Cylindrical-coordinate representation of color #94608E: hue angle of 306.92º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94608E is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 96 | 142 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.42 |
| HSL | 306.92º | 0.21% | 0.48% | - |
| HSV(B) | 306.92º | 0.35% | 0.58% | - |
| XYZ | 21.28 | 16.61 | 27.68 | - |
| YUV | 116.79 | 142.23 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 96 | 142 | 0 | 0.35 | 0.04 | 0.42 | 306.92 | 0.21 | 0.48 |
| Hex | 94 | 60 | 8E | 0 | 23 | 4 | 2A | 133 | 15 | 30 |
| Octal | 224 | 140 | 216 | 0 | 43 | 4 | 52 | 463 | 25 | 60 |
| Binary | 10010100 | 1100000 | 10001110 | 0 | 100011 | 100 | 101010 | 100110011 | 10101 | 110000 |
Color Harmonies of #94608E
Complementary color
Monochromatic Colors of #94608E
Black with #94608E
Text Example
Text Example
White with #94608E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94608E; }
p { color: rgb(148,96,142); }
H1.HeaderClassName
{
color: #94608E;
}
.AnyTagClassName
{
color: #94608E;
}
</style>
background-color css
<style>
a { background-color: #94608E; }
a { background-color: rgb(148,96,142); }
div.DivClassName
{
background-color: #94608E;
}
.BgClassName
{
background-color: #94608E;
}
</style>
border-color css
<style>
span { border-color: #94608E; }
span { border-color: rgb(148,96,142); }
td.TdClassName
{
border-color: #94608E;
}
.TagClassName
{
border-color: #94608E;
}
</style>