Shades of Violet Blue #93679A
Tints of Violet Blue #93679A
RGB
CMYK
RGB Variations
Color information
#93679A (or 0x93679A) is known color: Violet Blue. HEX triplet: 93, 67 and 9A. RGB value is (147,103,154). Sum of RGB (Red+Green+Blue) = 147+103+154=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 154 - color contains mainly: blue. Hex color #93679A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93679A is #6C9865. Grayscale: #797979. Windows color (decimal): -7116902 or 10119059. OLE color: 10119059.
HSL color Cylindrical-coordinate representation of color #93679A: hue angle of 291.76º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93679A is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 147 | 103 | 154 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.40 |
| HSL | 291.76º | 0.2% | 0.5% | - |
| HSV(B) | 291.76º | 0.33% | 0.6% | - |
| XYZ | 22.72 | 18.24 | 32.89 | - |
| YUV | 121.97 | 146.08 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 103 | 154 | 0.05 | 0.33 | 0 | 0.40 | 291.76 | 0.2 | 0.5 |
| Hex | 93 | 67 | 9A | 5 | 21 | 0 | 28 | 124 | 14 | 32 |
| Octal | 223 | 147 | 232 | 5 | 41 | 0 | 50 | 444 | 24 | 62 |
| Binary | 10010011 | 1100111 | 10011010 | 101 | 100001 | 0 | 101000 | 100100100 | 10100 | 110010 |
Color Harmonies of #93679A
Complementary color
Monochromatic Colors of #93679A
Black with #93679A
Text Example
Text Example
White with #93679A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93679A; }
p { color: rgb(147,103,154); }
H1.HeaderClassName
{
color: #93679A;
}
.AnyTagClassName
{
color: #93679A;
}
</style>
background-color css
<style>
a { background-color: #93679A; }
a { background-color: rgb(147,103,154); }
div.DivClassName
{
background-color: #93679A;
}
.BgClassName
{
background-color: #93679A;
}
</style>
border-color css
<style>
span { border-color: #93679A; }
span { border-color: rgb(147,103,154); }
td.TdClassName
{
border-color: #93679A;
}
.TagClassName
{
border-color: #93679A;
}
</style>