Shades of Violet Blue #93679D
Tints of Violet Blue #93679D
RGB
CMYK
RGB Variations
Color information
#93679D (or 0x93679D) is known color: Violet Blue. HEX triplet: 93, 67 and 9D. RGB value is (147,103,157). Sum of RGB (Red+Green+Blue) = 147+103+157=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 157 - color contains mainly: blue. Hex color #93679D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93679D is #6C9862. Grayscale: #7A7A7A. Windows color (decimal): -7116899 or 10315667. OLE color: 10315667.
HSL color Cylindrical-coordinate representation of color #93679D: hue angle of 288.89º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93679D is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 103 | 157 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.38 |
| HSL | 288.89º | 0.22% | 0.51% | - |
| HSV(B) | 288.89º | 0.34% | 0.62% | - |
| XYZ | 22.97 | 18.34 | 34.23 | - |
| YUV | 122.31 | 147.58 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 103 | 157 | 0.06 | 0.34 | 0 | 0.38 | 288.89 | 0.22 | 0.51 |
| Hex | 93 | 67 | 9D | 6 | 22 | 0 | 26 | 121 | 16 | 33 |
| Octal | 223 | 147 | 235 | 6 | 42 | 0 | 46 | 441 | 26 | 63 |
| Binary | 10010011 | 1100111 | 10011101 | 110 | 100010 | 0 | 100110 | 100100001 | 10110 | 110011 |
Color Harmonies of #93679D
Complementary color
Monochromatic Colors of #93679D
Black with #93679D
Text Example
Text Example
White with #93679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93679D; }
p { color: rgb(147,103,157); }
H1.HeaderClassName
{
color: #93679D;
}
.AnyTagClassName
{
color: #93679D;
}
</style>
background-color css
<style>
a { background-color: #93679D; }
a { background-color: rgb(147,103,157); }
div.DivClassName
{
background-color: #93679D;
}
.BgClassName
{
background-color: #93679D;
}
</style>
border-color css
<style>
span { border-color: #93679D; }
span { border-color: rgb(147,103,157); }
td.TdClassName
{
border-color: #93679D;
}
.TagClassName
{
border-color: #93679D;
}
</style>