Shades of Violet Blue #937A93
Tints of Violet Blue #937A93
RGB
CMYK
RGB Variations
Color information
#937A93 (or 0x937A93) is known color: Violet Blue. HEX triplet: 93, 7A and 93. RGB value is (147,122,147). Sum of RGB (Red+Green+Blue) = 147+122+147=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #937A93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937A93 is #6C856C. Grayscale: #848484. Windows color (decimal): -7112045 or 9665171. OLE color: 9665171.
HSL color Cylindrical-coordinate representation of color #937A93: hue angle of 300º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #937A93 is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 122 | 147 | - |
| CMYK | 0 | 0.17 | 0 | 0.42 |
| HSL | 300º | 0.1% | 0.53% | - |
| HSV(B) | 300º | 0.17% | 0.58% | - |
| XYZ | 24.26 | 22.23 | 30.62 | - |
| YUV | 132.33 | 136.28 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 147 | 0 | 0.17 | 0 | 0.42 | 300 | 0.1 | 0.53 |
| Hex | 93 | 7A | 93 | 0 | 11 | 0 | 2A | 12C | A | 35 |
| Octal | 223 | 172 | 223 | 0 | 21 | 0 | 52 | 454 | 12 | 65 |
| Binary | 10010011 | 1111010 | 10010011 | 0 | 10001 | 0 | 101010 | 100101100 | 1010 | 110101 |
Color Harmonies of #937A93
Complementary color
Monochromatic Colors of #937A93
Black with #937A93
Text Example
Text Example
White with #937A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937A93; }
p { color: rgb(147,122,147); }
H1.HeaderClassName
{
color: #937A93;
}
.AnyTagClassName
{
color: #937A93;
}
</style>
background-color css
<style>
a { background-color: #937A93; }
a { background-color: rgb(147,122,147); }
div.DivClassName
{
background-color: #937A93;
}
.BgClassName
{
background-color: #937A93;
}
</style>
border-color css
<style>
span { border-color: #937A93; }
span { border-color: rgb(147,122,147); }
td.TdClassName
{
border-color: #937A93;
}
.TagClassName
{
border-color: #937A93;
}
</style>