Shades of Violet Blue #935293
Tints of Violet Blue #935293
RGB
CMYK
RGB Variations
Color information
#935293 (or 0x935293) is known color: Violet Blue. HEX triplet: 93, 52 and 93. RGB value is (147,82,147). Sum of RGB (Red+Green+Blue) = 147+82+147=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #935293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935293 is #6CAD6C. Grayscale: #6C6C6C. Windows color (decimal): -7122285 or 9654931. OLE color: 9654931.
HSL color Cylindrical-coordinate representation of color #935293: 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 #935293 is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 82 | 147 | - |
| CMYK | 0 | 0.44 | 0 | 0.42 |
| HSL | 300º | 0.28% | 0.45% | - |
| HSV(B) | 300º | 0.44% | 0.58% | - |
| XYZ | 20.32 | 14.34 | 29.3 | - |
| YUV | 108.85 | 149.53 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 82 | 147 | 0 | 0.44 | 0 | 0.42 | 300 | 0.28 | 0.45 |
| Hex | 93 | 52 | 93 | 0 | 2C | 0 | 2A | 12C | 1C | 2D |
| Octal | 223 | 122 | 223 | 0 | 54 | 0 | 52 | 454 | 34 | 55 |
| Binary | 10010011 | 1010010 | 10010011 | 0 | 101100 | 0 | 101010 | 100101100 | 11100 | 101101 |
Color Harmonies of #935293
Complementary color
Monochromatic Colors of #935293
Black with #935293
Text Example
Text Example
White with #935293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935293; }
p { color: rgb(147,82,147); }
H1.HeaderClassName
{
color: #935293;
}
.AnyTagClassName
{
color: #935293;
}
</style>
background-color css
<style>
a { background-color: #935293; }
a { background-color: rgb(147,82,147); }
div.DivClassName
{
background-color: #935293;
}
.BgClassName
{
background-color: #935293;
}
</style>
border-color css
<style>
span { border-color: #935293; }
span { border-color: rgb(147,82,147); }
td.TdClassName
{
border-color: #935293;
}
.TagClassName
{
border-color: #935293;
}
</style>