Shades of Violet Blue #947393
Tints of Violet Blue #947393
RGB
CMYK
RGB Variations
Color information
#947393 (or 0x947393) is known color: Violet Blue. HEX triplet: 94, 73 and 93. RGB value is (148,115,147). Sum of RGB (Red+Green+Blue) = 148+115+147=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 148 - color contains mainly: red. Hex color #947393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947393 is #6B8C6C. Grayscale: #808080. Windows color (decimal): -7048301 or 9663380. OLE color: 9663380.
HSL color Cylindrical-coordinate representation of color #947393: hue angle of 301.82º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #947393 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 115 | 147 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.42 |
| HSL | 301.82º | 0.13% | 0.52% | - |
| HSV(B) | 301.82º | 0.22% | 0.58% | - |
| XYZ | 23.61 | 20.66 | 30.35 | - |
| YUV | 128.52 | 138.43 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 115 | 147 | 0 | 0.22 | 0.01 | 0.42 | 301.82 | 0.13 | 0.52 |
| Hex | 94 | 73 | 93 | 0 | 16 | 1 | 2A | 12E | D | 34 |
| Octal | 224 | 163 | 223 | 0 | 26 | 1 | 52 | 456 | 15 | 64 |
| Binary | 10010100 | 1110011 | 10010011 | 0 | 10110 | 1 | 101010 | 100101110 | 1101 | 110100 |
Color Harmonies of #947393
Complementary color
Monochromatic Colors of #947393
Black with #947393
Text Example
Text Example
White with #947393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947393; }
p { color: rgb(148,115,147); }
H1.HeaderClassName
{
color: #947393;
}
.AnyTagClassName
{
color: #947393;
}
</style>
background-color css
<style>
a { background-color: #947393; }
a { background-color: rgb(148,115,147); }
div.DivClassName
{
background-color: #947393;
}
.BgClassName
{
background-color: #947393;
}
</style>
border-color css
<style>
span { border-color: #947393; }
span { border-color: rgb(148,115,147); }
td.TdClassName
{
border-color: #947393;
}
.TagClassName
{
border-color: #947393;
}
</style>