Shades of Violet Blue #93689B
Tints of Violet Blue #93689B
RGB
CMYK
RGB Variations
Color information
#93689B (or 0x93689B) is known color: Violet Blue. HEX triplet: 93, 68 and 9B. RGB value is (147,104,155). Sum of RGB (Red+Green+Blue) = 147+104+155=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 155 - color contains mainly: blue. Hex color #93689B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93689B is #6C9764. Grayscale: #7A7A7A. Windows color (decimal): -7116645 or 10184851. OLE color: 10184851.
HSL color Cylindrical-coordinate representation of color #93689B: hue angle of 290.59º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93689B is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 104 | 155 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.39 |
| HSL | 290.59º | 0.2% | 0.51% | - |
| HSV(B) | 290.59º | 0.33% | 0.61% | - |
| XYZ | 22.9 | 18.47 | 33.37 | - |
| YUV | 122.67 | 146.25 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 104 | 155 | 0.05 | 0.33 | 0 | 0.39 | 290.59 | 0.2 | 0.51 |
| Hex | 93 | 68 | 9B | 5 | 21 | 0 | 27 | 123 | 14 | 33 |
| Octal | 223 | 150 | 233 | 5 | 41 | 0 | 47 | 443 | 24 | 63 |
| Binary | 10010011 | 1101000 | 10011011 | 101 | 100001 | 0 | 100111 | 100100011 | 10100 | 110011 |
Color Harmonies of #93689B
Complementary color
Monochromatic Colors of #93689B
Black with #93689B
Text Example
Text Example
White with #93689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93689B; }
p { color: rgb(147,104,155); }
H1.HeaderClassName
{
color: #93689B;
}
.AnyTagClassName
{
color: #93689B;
}
</style>
background-color css
<style>
a { background-color: #93689B; }
a { background-color: rgb(147,104,155); }
div.DivClassName
{
background-color: #93689B;
}
.BgClassName
{
background-color: #93689B;
}
</style>
border-color css
<style>
span { border-color: #93689B; }
span { border-color: rgb(147,104,155); }
td.TdClassName
{
border-color: #93689B;
}
.TagClassName
{
border-color: #93689B;
}
</style>