Shades of Violet Blue #946993
Tints of Violet Blue #946993
RGB
CMYK
RGB Variations
Color information
#946993 (or 0x946993) is known color: Violet Blue. HEX triplet: 94, 69 and 93. RGB value is (148,105,147). Sum of RGB (Red+Green+Blue) = 148+105+147=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 148 - color contains mainly: red. Hex color #946993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946993 is #6B966C. Grayscale: #7A7A7A. Windows color (decimal): -7050861 or 9660820. OLE color: 9660820.
HSL color Cylindrical-coordinate representation of color #946993: hue angle of 301.4º 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 #946993 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 105 | 147 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.42 |
| HSL | 301.4º | 0.17% | 0.5% | - |
| HSV(B) | 301.4º | 0.29% | 0.58% | - |
| XYZ | 22.53 | 18.51 | 29.99 | - |
| YUV | 122.65 | 141.75 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 105 | 147 | 0 | 0.29 | 0.01 | 0.42 | 301.4 | 0.17 | 0.5 |
| Hex | 94 | 69 | 93 | 0 | 1D | 1 | 2A | 12D | 11 | 32 |
| Octal | 224 | 151 | 223 | 0 | 35 | 1 | 52 | 455 | 21 | 62 |
| Binary | 10010100 | 1101001 | 10010011 | 0 | 11101 | 1 | 101010 | 100101101 | 10001 | 110010 |
Color Harmonies of #946993
Complementary color
Monochromatic Colors of #946993
Black with #946993
Text Example
Text Example
White with #946993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946993; }
p { color: rgb(148,105,147); }
H1.HeaderClassName
{
color: #946993;
}
.AnyTagClassName
{
color: #946993;
}
</style>
background-color css
<style>
a { background-color: #946993; }
a { background-color: rgb(148,105,147); }
div.DivClassName
{
background-color: #946993;
}
.BgClassName
{
background-color: #946993;
}
</style>
border-color css
<style>
span { border-color: #946993; }
span { border-color: rgb(148,105,147); }
td.TdClassName
{
border-color: #946993;
}
.TagClassName
{
border-color: #946993;
}
</style>