Shades of Violet Blue #936A8F
Tints of Violet Blue #936A8F
RGB
CMYK
RGB Variations
Color information
#936A8F (or 0x936A8F) is known color: Violet Blue. HEX triplet: 93, 6A and 8F. RGB value is (147,106,143). Sum of RGB (Red+Green+Blue) = 147+106+143=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 147 - color contains mainly: red. Hex color #936A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936A8F is #6C9570. Grayscale: #7A7A7A. Windows color (decimal): -7116145 or 9398931. OLE color: 9398931.
HSL color Cylindrical-coordinate representation of color #936A8F: hue angle of 305.85º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #936A8F is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 106 | 143 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.42 |
| HSL | 305.85º | 0.16% | 0.5% | - |
| HSV(B) | 305.85º | 0.28% | 0.58% | - |
| XYZ | 22.14 | 18.49 | 28.39 | - |
| YUV | 122.48 | 139.58 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 106 | 143 | 0 | 0.28 | 0.03 | 0.42 | 305.85 | 0.16 | 0.5 |
| Hex | 93 | 6A | 8F | 0 | 1C | 3 | 2A | 132 | 10 | 32 |
| Octal | 223 | 152 | 217 | 0 | 34 | 3 | 52 | 462 | 20 | 62 |
| Binary | 10010011 | 1101010 | 10001111 | 0 | 11100 | 11 | 101010 | 100110010 | 10000 | 110010 |
Color Harmonies of #936A8F
Complementary color
Monochromatic Colors of #936A8F
Black with #936A8F
Text Example
Text Example
White with #936A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936A8F; }
p { color: rgb(147,106,143); }
H1.HeaderClassName
{
color: #936A8F;
}
.AnyTagClassName
{
color: #936A8F;
}
</style>
background-color css
<style>
a { background-color: #936A8F; }
a { background-color: rgb(147,106,143); }
div.DivClassName
{
background-color: #936A8F;
}
.BgClassName
{
background-color: #936A8F;
}
</style>
border-color css
<style>
span { border-color: #936A8F; }
span { border-color: rgb(147,106,143); }
td.TdClassName
{
border-color: #936A8F;
}
.TagClassName
{
border-color: #936A8F;
}
</style>