Shades of Violet Blue #94698F
Tints of Violet Blue #94698F
RGB
CMYK
RGB Variations
Color information
#94698F (or 0x94698F) is known color: Violet Blue. HEX triplet: 94, 69 and 8F. RGB value is (148,105,143). Sum of RGB (Red+Green+Blue) = 148+105+143=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 148 - color contains mainly: red. Hex color #94698F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94698F is #6B9670. Grayscale: #7A7A7A. Windows color (decimal): -7050865 or 9398676. OLE color: 9398676.
HSL color Cylindrical-coordinate representation of color #94698F: hue angle of 306.98º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94698F is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 105 | 143 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.42 |
| HSL | 306.98º | 0.17% | 0.5% | - |
| HSV(B) | 306.98º | 0.29% | 0.58% | - |
| XYZ | 22.22 | 18.38 | 28.36 | - |
| YUV | 122.19 | 139.75 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 105 | 143 | 0 | 0.29 | 0.03 | 0.42 | 306.98 | 0.17 | 0.5 |
| Hex | 94 | 69 | 8F | 0 | 1D | 3 | 2A | 133 | 11 | 32 |
| Octal | 224 | 151 | 217 | 0 | 35 | 3 | 52 | 463 | 21 | 62 |
| Binary | 10010100 | 1101001 | 10001111 | 0 | 11101 | 11 | 101010 | 100110011 | 10001 | 110010 |
Color Harmonies of #94698F
Complementary color
Monochromatic Colors of #94698F
Black with #94698F
Text Example
Text Example
White with #94698F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94698F; }
p { color: rgb(148,105,143); }
H1.HeaderClassName
{
color: #94698F;
}
.AnyTagClassName
{
color: #94698F;
}
</style>
background-color css
<style>
a { background-color: #94698F; }
a { background-color: rgb(148,105,143); }
div.DivClassName
{
background-color: #94698F;
}
.BgClassName
{
background-color: #94698F;
}
</style>
border-color css
<style>
span { border-color: #94698F; }
span { border-color: rgb(148,105,143); }
td.TdClassName
{
border-color: #94698F;
}
.TagClassName
{
border-color: #94698F;
}
</style>