Shades of Violet Blue #935D94
Tints of Violet Blue #935D94
RGB
CMYK
RGB Variations
Color information
#935D94 (or 0x935D94) is known color: Violet Blue. HEX triplet: 93, 5D and 94. RGB value is (147,93,148). Sum of RGB (Red+Green+Blue) = 147+93+148=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 148 (58.20% from 255 or 38.14% from 388); Max value from RGB is 148 - color contains mainly: blue. Hex color #935D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935D94 is #6CA26B. Grayscale: #737373. Windows color (decimal): -7119468 or 9723283. OLE color: 9723283.
HSL color Cylindrical-coordinate representation of color #935D94: hue angle of 298.91º degrees, saturation: 0.23, 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 #935D94 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 93 | 148 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.42 |
| HSL | 298.91º | 0.23% | 0.47% | - |
| HSV(B) | 298.91º | 0.37% | 0.58% | - |
| XYZ | 21.29 | 16.17 | 30.02 | - |
| YUV | 115.42 | 146.39 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 93 | 148 | 0.01 | 0.37 | 0 | 0.42 | 298.91 | 0.23 | 0.47 |
| Hex | 93 | 5D | 94 | 1 | 25 | 0 | 2A | 12B | 17 | 2F |
| Octal | 223 | 135 | 224 | 1 | 45 | 0 | 52 | 453 | 27 | 57 |
| Binary | 10010011 | 1011101 | 10010100 | 1 | 100101 | 0 | 101010 | 100101011 | 10111 | 101111 |
Color Harmonies of #935D94
Complementary color
Monochromatic Colors of #935D94
Black with #935D94
Text Example
Text Example
White with #935D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935D94; }
p { color: rgb(147,93,148); }
H1.HeaderClassName
{
color: #935D94;
}
.AnyTagClassName
{
color: #935D94;
}
</style>
background-color css
<style>
a { background-color: #935D94; }
a { background-color: rgb(147,93,148); }
div.DivClassName
{
background-color: #935D94;
}
.BgClassName
{
background-color: #935D94;
}
</style>
border-color css
<style>
span { border-color: #935D94; }
span { border-color: rgb(147,93,148); }
td.TdClassName
{
border-color: #935D94;
}
.TagClassName
{
border-color: #935D94;
}
</style>