Shades of Violet Blue #93659A
Tints of Violet Blue #93659A
RGB
CMYK
RGB Variations
Color information
#93659A (or 0x93659A) is known color: Violet Blue. HEX triplet: 93, 65 and 9A. RGB value is (147,101,154). Sum of RGB (Red+Green+Blue) = 147+101+154=402 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.57% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 154 - color contains mainly: blue. Hex color #93659A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93659A is #6C9A65. Grayscale: #787878. Windows color (decimal): -7117414 or 10118547. OLE color: 10118547.
HSL color Cylindrical-coordinate representation of color #93659A: hue angle of 292.08º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93659A is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 147 | 101 | 154 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.40 |
| HSL | 292.08º | 0.21% | 0.5% | - |
| HSV(B) | 292.08º | 0.34% | 0.6% | - |
| XYZ | 22.52 | 17.84 | 32.83 | - |
| YUV | 120.8 | 146.74 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 101 | 154 | 0.05 | 0.34 | 0 | 0.40 | 292.08 | 0.21 | 0.5 |
| Hex | 93 | 65 | 9A | 5 | 22 | 0 | 28 | 124 | 15 | 32 |
| Octal | 223 | 145 | 232 | 5 | 42 | 0 | 50 | 444 | 25 | 62 |
| Binary | 10010011 | 1100101 | 10011010 | 101 | 100010 | 0 | 101000 | 100100100 | 10101 | 110010 |
Color Harmonies of #93659A
Complementary color
Monochromatic Colors of #93659A
Black with #93659A
Text Example
Text Example
White with #93659A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93659A; }
p { color: rgb(147,101,154); }
H1.HeaderClassName
{
color: #93659A;
}
.AnyTagClassName
{
color: #93659A;
}
</style>
background-color css
<style>
a { background-color: #93659A; }
a { background-color: rgb(147,101,154); }
div.DivClassName
{
background-color: #93659A;
}
.BgClassName
{
background-color: #93659A;
}
</style>
border-color css
<style>
span { border-color: #93659A; }
span { border-color: rgb(147,101,154); }
td.TdClassName
{
border-color: #93659A;
}
.TagClassName
{
border-color: #93659A;
}
</style>