Shades of Violet Blue #93678D
Tints of Violet Blue #93678D
RGB
CMYK
RGB Variations
Color information
#93678D (or 0x93678D) is known color: Violet Blue. HEX triplet: 93, 67 and 8D. RGB value is (147,103,141). Sum of RGB (Red+Green+Blue) = 147+103+141=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 147 - color contains mainly: red. Hex color #93678D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93678D is #6C9872. Grayscale: #787878. Windows color (decimal): -7116915 or 9267091. OLE color: 9267091.
HSL color Cylindrical-coordinate representation of color #93678D: hue angle of 308.18º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93678D is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 103 | 141 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.42 |
| HSL | 308.18º | 0.18% | 0.49% | - |
| HSV(B) | 308.18º | 0.3% | 0.58% | - |
| XYZ | 21.69 | 17.83 | 27.5 | - |
| YUV | 120.49 | 139.58 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 103 | 141 | 0 | 0.30 | 0.04 | 0.42 | 308.18 | 0.18 | 0.49 |
| Hex | 93 | 67 | 8D | 0 | 1E | 4 | 2A | 134 | 12 | 31 |
| Octal | 223 | 147 | 215 | 0 | 36 | 4 | 52 | 464 | 22 | 61 |
| Binary | 10010011 | 1100111 | 10001101 | 0 | 11110 | 100 | 101010 | 100110100 | 10010 | 110001 |
Color Harmonies of #93678D
Complementary color
Monochromatic Colors of #93678D
Black with #93678D
Text Example
Text Example
White with #93678D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93678D; }
p { color: rgb(147,103,141); }
H1.HeaderClassName
{
color: #93678D;
}
.AnyTagClassName
{
color: #93678D;
}
</style>
background-color css
<style>
a { background-color: #93678D; }
a { background-color: rgb(147,103,141); }
div.DivClassName
{
background-color: #93678D;
}
.BgClassName
{
background-color: #93678D;
}
</style>
border-color css
<style>
span { border-color: #93678D; }
span { border-color: rgb(147,103,141); }
td.TdClassName
{
border-color: #93678D;
}
.TagClassName
{
border-color: #93678D;
}
</style>