Shades of Violet Blue #935D93
Tints of Violet Blue #935D93
RGB
CMYK
RGB Variations
Color information
#935D93 (or 0x935D93) is known color: Violet Blue. HEX triplet: 93, 5D and 93. RGB value is (147,93,147). Sum of RGB (Red+Green+Blue) = 147+93+147=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #935D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935D93 is #6CA26C. Grayscale: #737373. Windows color (decimal): -7119469 or 9657747. OLE color: 9657747.
HSL color Cylindrical-coordinate representation of color #935D93: hue angle of 300º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #935D93 is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 93 | 147 | - |
| CMYK | 0 | 0.37 | 0 | 0.42 |
| HSL | 300º | 0.23% | 0.47% | - |
| HSV(B) | 300º | 0.37% | 0.58% | - |
| XYZ | 21.21 | 16.14 | 29.6 | - |
| YUV | 115.3 | 145.89 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 93 | 147 | 0 | 0.37 | 0 | 0.42 | 300 | 0.23 | 0.47 |
| Hex | 93 | 5D | 93 | 0 | 25 | 0 | 2A | 12C | 16 | 2F |
| Octal | 223 | 135 | 223 | 0 | 45 | 0 | 52 | 454 | 26 | 57 |
| Binary | 10010011 | 1011101 | 10010011 | 0 | 100101 | 0 | 101010 | 100101100 | 10110 | 101111 |
Color Harmonies of #935D93
Complementary color
Monochromatic Colors of #935D93
Black with #935D93
Text Example
Text Example
White with #935D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935D93; }
p { color: rgb(147,93,147); }
H1.HeaderClassName
{
color: #935D93;
}
.AnyTagClassName
{
color: #935D93;
}
</style>
background-color css
<style>
a { background-color: #935D93; }
a { background-color: rgb(147,93,147); }
div.DivClassName
{
background-color: #935D93;
}
.BgClassName
{
background-color: #935D93;
}
</style>
border-color css
<style>
span { border-color: #935D93; }
span { border-color: rgb(147,93,147); }
td.TdClassName
{
border-color: #935D93;
}
.TagClassName
{
border-color: #935D93;
}
</style>