Shades of Violet Blue #935C8D
Tints of Violet Blue #935C8D
RGB
CMYK
RGB Variations
Color information
#935C8D (or 0x935C8D) is known color: Violet Blue. HEX triplet: 93, 5C and 8D. RGB value is (147,92,141). Sum of RGB (Red+Green+Blue) = 147+92+141=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 147 - color contains mainly: red. Hex color #935C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935C8D is #6CA372. Grayscale: #717171. Windows color (decimal): -7119731 or 9264275. OLE color: 9264275.
HSL color Cylindrical-coordinate representation of color #935C8D: hue angle of 306.55º 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 #935C8D is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 92 | 141 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.42 |
| HSL | 306.55º | 0.23% | 0.47% | - |
| HSV(B) | 306.55º | 0.37% | 0.58% | - |
| XYZ | 20.67 | 15.78 | 27.16 | - |
| YUV | 114.03 | 143.22 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 141 | 0 | 0.37 | 0.04 | 0.42 | 306.55 | 0.23 | 0.47 |
| Hex | 93 | 5C | 8D | 0 | 25 | 4 | 2A | 133 | 17 | 2F |
| Octal | 223 | 134 | 215 | 0 | 45 | 4 | 52 | 463 | 27 | 57 |
| Binary | 10010011 | 1011100 | 10001101 | 0 | 100101 | 100 | 101010 | 100110011 | 10111 | 101111 |
Color Harmonies of #935C8D
Complementary color
Monochromatic Colors of #935C8D
Black with #935C8D
Text Example
Text Example
White with #935C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935C8D; }
p { color: rgb(147,92,141); }
H1.HeaderClassName
{
color: #935C8D;
}
.AnyTagClassName
{
color: #935C8D;
}
</style>
background-color css
<style>
a { background-color: #935C8D; }
a { background-color: rgb(147,92,141); }
div.DivClassName
{
background-color: #935C8D;
}
.BgClassName
{
background-color: #935C8D;
}
</style>
border-color css
<style>
span { border-color: #935C8D; }
span { border-color: rgb(147,92,141); }
td.TdClassName
{
border-color: #935C8D;
}
.TagClassName
{
border-color: #935C8D;
}
</style>