Shades of Violet Blue #946D93
Tints of Violet Blue #946D93
RGB
CMYK
RGB Variations
Color information
#946D93 (or 0x946D93) is known color: Violet Blue. HEX triplet: 94, 6D and 93. RGB value is (148,109,147). Sum of RGB (Red+Green+Blue) = 148+109+147=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 148 - color contains mainly: red. Hex color #946D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946D93 is #6B926C. Grayscale: #7C7C7C. Windows color (decimal): -7049837 or 9661844. OLE color: 9661844.
HSL color Cylindrical-coordinate representation of color #946D93: hue angle of 301.54º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #946D93 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 109 | 147 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.42 |
| HSL | 301.54º | 0.15% | 0.5% | - |
| HSV(B) | 301.54º | 0.26% | 0.58% | - |
| XYZ | 22.95 | 19.34 | 30.13 | - |
| YUV | 124.99 | 140.42 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 109 | 147 | 0 | 0.26 | 0.01 | 0.42 | 301.54 | 0.15 | 0.5 |
| Hex | 94 | 6D | 93 | 0 | 1A | 1 | 2A | 12E | F | 32 |
| Octal | 224 | 155 | 223 | 0 | 32 | 1 | 52 | 456 | 17 | 62 |
| Binary | 10010100 | 1101101 | 10010011 | 0 | 11010 | 1 | 101010 | 100101110 | 1111 | 110010 |
Color Harmonies of #946D93
Complementary color
Monochromatic Colors of #946D93
Black with #946D93
Text Example
Text Example
White with #946D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946D93; }
p { color: rgb(148,109,147); }
H1.HeaderClassName
{
color: #946D93;
}
.AnyTagClassName
{
color: #946D93;
}
</style>
background-color css
<style>
a { background-color: #946D93; }
a { background-color: rgb(148,109,147); }
div.DivClassName
{
background-color: #946D93;
}
.BgClassName
{
background-color: #946D93;
}
</style>
border-color css
<style>
span { border-color: #946D93; }
span { border-color: rgb(148,109,147); }
td.TdClassName
{
border-color: #946D93;
}
.TagClassName
{
border-color: #946D93;
}
</style>