Shades of Violet Blue #94688F
Tints of Violet Blue #94688F
RGB
CMYK
RGB Variations
Color information
#94688F (or 0x94688F) is known color: Violet Blue. HEX triplet: 94, 68 and 8F. RGB value is (148,104,143). Sum of RGB (Red+Green+Blue) = 148+104+143=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 148 - color contains mainly: red. Hex color #94688F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94688F is #6B9770. Grayscale: #797979. Windows color (decimal): -7051121 or 9398420. OLE color: 9398420.
HSL color Cylindrical-coordinate representation of color #94688F: hue angle of 306.82º 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 #94688F is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 104 | 143 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.42 |
| HSL | 306.82º | 0.17% | 0.49% | - |
| HSV(B) | 306.82º | 0.3% | 0.58% | - |
| XYZ | 22.12 | 18.18 | 28.33 | - |
| YUV | 121.6 | 140.08 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 104 | 143 | 0 | 0.30 | 0.03 | 0.42 | 306.82 | 0.17 | 0.49 |
| Hex | 94 | 68 | 8F | 0 | 1E | 3 | 2A | 133 | 11 | 31 |
| Octal | 224 | 150 | 217 | 0 | 36 | 3 | 52 | 463 | 21 | 61 |
| Binary | 10010100 | 1101000 | 10001111 | 0 | 11110 | 11 | 101010 | 100110011 | 10001 | 110001 |
Color Harmonies of #94688F
Complementary color
Monochromatic Colors of #94688F
Black with #94688F
Text Example
Text Example
White with #94688F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94688F; }
p { color: rgb(148,104,143); }
H1.HeaderClassName
{
color: #94688F;
}
.AnyTagClassName
{
color: #94688F;
}
</style>
background-color css
<style>
a { background-color: #94688F; }
a { background-color: rgb(148,104,143); }
div.DivClassName
{
background-color: #94688F;
}
.BgClassName
{
background-color: #94688F;
}
</style>
border-color css
<style>
span { border-color: #94688F; }
span { border-color: rgb(148,104,143); }
td.TdClassName
{
border-color: #94688F;
}
.TagClassName
{
border-color: #94688F;
}
</style>