Shades of Violet Blue #935E8D
Tints of Violet Blue #935E8D
RGB
CMYK
RGB Variations
Color information
#935E8D (or 0x935E8D) is known color: Violet Blue. HEX triplet: 93, 5E and 8D. RGB value is (147,94,141). Sum of RGB (Red+Green+Blue) = 147+94+141=382 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.48% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 147 - color contains mainly: red. Hex color #935E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935E8D is #6CA172. Grayscale: #737373. Windows color (decimal): -7119219 or 9264787. OLE color: 9264787.
HSL color Cylindrical-coordinate representation of color #935E8D: hue angle of 306.79º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #935E8D is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 94 | 141 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.42 |
| HSL | 306.79º | 0.22% | 0.47% | - |
| HSV(B) | 306.79º | 0.36% | 0.58% | - |
| XYZ | 20.84 | 16.13 | 27.21 | - |
| YUV | 115.21 | 142.56 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 94 | 141 | 0 | 0.36 | 0.04 | 0.42 | 306.79 | 0.22 | 0.47 |
| Hex | 93 | 5E | 8D | 0 | 24 | 4 | 2A | 133 | 16 | 2F |
| Octal | 223 | 136 | 215 | 0 | 44 | 4 | 52 | 463 | 26 | 57 |
| Binary | 10010011 | 1011110 | 10001101 | 0 | 100100 | 100 | 101010 | 100110011 | 10110 | 101111 |
Color Harmonies of #935E8D
Complementary color
Monochromatic Colors of #935E8D
Black with #935E8D
Text Example
Text Example
White with #935E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935E8D; }
p { color: rgb(147,94,141); }
H1.HeaderClassName
{
color: #935E8D;
}
.AnyTagClassName
{
color: #935E8D;
}
</style>
background-color css
<style>
a { background-color: #935E8D; }
a { background-color: rgb(147,94,141); }
div.DivClassName
{
background-color: #935E8D;
}
.BgClassName
{
background-color: #935E8D;
}
</style>
border-color css
<style>
span { border-color: #935E8D; }
span { border-color: rgb(147,94,141); }
td.TdClassName
{
border-color: #935E8D;
}
.TagClassName
{
border-color: #935E8D;
}
</style>