Shades of Violet Blue #935F8D
Tints of Violet Blue #935F8D
RGB
CMYK
RGB Variations
Color information
#935F8D (or 0x935F8D) is known color: Violet Blue. HEX triplet: 93, 5F and 8D. RGB value is (147,95,141). Sum of RGB (Red+Green+Blue) = 147+95+141=383 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.38% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 147 - color contains mainly: red. Hex color #935F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935F8D is #6CA072. Grayscale: #737373. Windows color (decimal): -7118963 or 9265043. OLE color: 9265043.
HSL color Cylindrical-coordinate representation of color #935F8D: hue angle of 306.92º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #935F8D is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 95 | 141 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.42 |
| HSL | 306.92º | 0.21% | 0.47% | - |
| HSV(B) | 306.92º | 0.35% | 0.58% | - |
| XYZ | 20.93 | 16.31 | 27.24 | - |
| YUV | 115.79 | 142.23 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 141 | 0 | 0.35 | 0.04 | 0.42 | 306.92 | 0.21 | 0.47 |
| Hex | 93 | 5F | 8D | 0 | 23 | 4 | 2A | 133 | 15 | 2F |
| Octal | 223 | 137 | 215 | 0 | 43 | 4 | 52 | 463 | 25 | 57 |
| Binary | 10010011 | 1011111 | 10001101 | 0 | 100011 | 100 | 101010 | 100110011 | 10101 | 101111 |
Color Harmonies of #935F8D
Complementary color
Monochromatic Colors of #935F8D
Black with #935F8D
Text Example
Text Example
White with #935F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935F8D; }
p { color: rgb(147,95,141); }
H1.HeaderClassName
{
color: #935F8D;
}
.AnyTagClassName
{
color: #935F8D;
}
</style>
background-color css
<style>
a { background-color: #935F8D; }
a { background-color: rgb(147,95,141); }
div.DivClassName
{
background-color: #935F8D;
}
.BgClassName
{
background-color: #935F8D;
}
</style>
border-color css
<style>
span { border-color: #935F8D; }
span { border-color: rgb(147,95,141); }
td.TdClassName
{
border-color: #935F8D;
}
.TagClassName
{
border-color: #935F8D;
}
</style>