Shades of Violet Blue #935393
Tints of Violet Blue #935393
RGB
CMYK
RGB Variations
Color information
#935393 (or 0x935393) is known color: Violet Blue. HEX triplet: 93, 53 and 93. RGB value is (147,83,147). Sum of RGB (Red+Green+Blue) = 147+83+147=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #935393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935393 is #6CAC6C. Grayscale: #6D6D6D. Windows color (decimal): -7122029 or 9655187. OLE color: 9655187.
HSL color Cylindrical-coordinate representation of color #935393: hue angle of 300º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #935393 is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 83 | 147 | - |
| CMYK | 0 | 0.44 | 0 | 0.42 |
| HSL | 300º | 0.28% | 0.45% | - |
| HSV(B) | 300º | 0.44% | 0.58% | - |
| XYZ | 20.39 | 14.5 | 29.33 | - |
| YUV | 109.43 | 149.2 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 83 | 147 | 0 | 0.44 | 0 | 0.42 | 300 | 0.28 | 0.45 |
| Hex | 93 | 53 | 93 | 0 | 2C | 0 | 2A | 12C | 1C | 2D |
| Octal | 223 | 123 | 223 | 0 | 54 | 0 | 52 | 454 | 34 | 55 |
| Binary | 10010011 | 1010011 | 10010011 | 0 | 101100 | 0 | 101010 | 100101100 | 11100 | 101101 |
Color Harmonies of #935393
Complementary color
Monochromatic Colors of #935393
Black with #935393
Text Example
Text Example
White with #935393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935393; }
p { color: rgb(147,83,147); }
H1.HeaderClassName
{
color: #935393;
}
.AnyTagClassName
{
color: #935393;
}
</style>
background-color css
<style>
a { background-color: #935393; }
a { background-color: rgb(147,83,147); }
div.DivClassName
{
background-color: #935393;
}
.BgClassName
{
background-color: #935393;
}
</style>
border-color css
<style>
span { border-color: #935393; }
span { border-color: rgb(147,83,147); }
td.TdClassName
{
border-color: #935393;
}
.TagClassName
{
border-color: #935393;
}
</style>