Shades of Violet Blue #93629E
Tints of Violet Blue #93629E
RGB
CMYK
RGB Variations
Color information
#93629E (or 0x93629E) is known color: Violet Blue. HEX triplet: 93, 62 and 9E. RGB value is (147,98,158). Sum of RGB (Red+Green+Blue) = 147+98+158=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 158 (62.11% from 255 or 39.21% from 403); Max value from RGB is 158 - color contains mainly: blue. Hex color #93629E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93629E is #6C9D61. Grayscale: #777777. Windows color (decimal): -7118178 or 10379923. OLE color: 10379923.
HSL color Cylindrical-coordinate representation of color #93629E: hue angle of 289º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93629E is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 98 | 158 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.38 |
| HSL | 289º | 0.24% | 0.5% | - |
| HSV(B) | 289º | 0.38% | 0.62% | - |
| XYZ | 22.57 | 17.41 | 34.52 | - |
| YUV | 119.49 | 149.73 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 98 | 158 | 0.07 | 0.38 | 0 | 0.38 | 289 | 0.24 | 0.5 |
| Hex | 93 | 62 | 9E | 7 | 26 | 0 | 26 | 121 | 18 | 32 |
| Octal | 223 | 142 | 236 | 7 | 46 | 0 | 46 | 441 | 30 | 62 |
| Binary | 10010011 | 1100010 | 10011110 | 111 | 100110 | 0 | 100110 | 100100001 | 11000 | 110010 |
Color Harmonies of #93629E
Complementary color
Monochromatic Colors of #93629E
Black with #93629E
Text Example
Text Example
White with #93629E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93629E; }
p { color: rgb(147,98,158); }
H1.HeaderClassName
{
color: #93629E;
}
.AnyTagClassName
{
color: #93629E;
}
</style>
background-color css
<style>
a { background-color: #93629E; }
a { background-color: rgb(147,98,158); }
div.DivClassName
{
background-color: #93629E;
}
.BgClassName
{
background-color: #93629E;
}
</style>
border-color css
<style>
span { border-color: #93629E; }
span { border-color: rgb(147,98,158); }
td.TdClassName
{
border-color: #93629E;
}
.TagClassName
{
border-color: #93629E;
}
</style>