Shades of Violet Blue #937593
Tints of Violet Blue #937593
RGB
CMYK
RGB Variations
Color information
#937593 (or 0x937593) is known color: Violet Blue. HEX triplet: 93, 75 and 93. RGB value is (147,117,147). Sum of RGB (Red+Green+Blue) = 147+117+147=411 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.77% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #937593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937593 is #6C8A6C. Grayscale: #818181. Windows color (decimal): -7113325 or 9663891. OLE color: 9663891.
HSL color Cylindrical-coordinate representation of color #937593: hue angle of 300º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #937593 is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 117 | 147 | - |
| CMYK | 0 | 0.20 | 0 | 0.42 |
| HSL | 300º | 0.12% | 0.52% | - |
| HSV(B) | 300º | 0.2% | 0.58% | - |
| XYZ | 23.66 | 21.03 | 30.42 | - |
| YUV | 129.39 | 137.94 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 117 | 147 | 0 | 0.20 | 0 | 0.42 | 300 | 0.12 | 0.52 |
| Hex | 93 | 75 | 93 | 0 | 14 | 0 | 2A | 12C | C | 34 |
| Octal | 223 | 165 | 223 | 0 | 24 | 0 | 52 | 454 | 14 | 64 |
| Binary | 10010011 | 1110101 | 10010011 | 0 | 10100 | 0 | 101010 | 100101100 | 1100 | 110100 |
Color Harmonies of #937593
Complementary color
Monochromatic Colors of #937593
Black with #937593
Text Example
Text Example
White with #937593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937593; }
p { color: rgb(147,117,147); }
H1.HeaderClassName
{
color: #937593;
}
.AnyTagClassName
{
color: #937593;
}
</style>
background-color css
<style>
a { background-color: #937593; }
a { background-color: rgb(147,117,147); }
div.DivClassName
{
background-color: #937593;
}
.BgClassName
{
background-color: #937593;
}
</style>
border-color css
<style>
span { border-color: #937593; }
span { border-color: rgb(147,117,147); }
td.TdClassName
{
border-color: #937593;
}
.TagClassName
{
border-color: #937593;
}
</style>