Shades of Violet Blue #93618C
Tints of Violet Blue #93618C
RGB
CMYK
RGB Variations
Color information
#93618C (or 0x93618C) is known color: Violet Blue. HEX triplet: 93, 61 and 8C. RGB value is (147,97,140). Sum of RGB (Red+Green+Blue) = 147+97+140=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 147 - color contains mainly: red. Hex color #93618C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93618C is #6C9E73. Grayscale: #747474. Windows color (decimal): -7118452 or 9200019. OLE color: 9200019.
HSL color Cylindrical-coordinate representation of color #93618C: hue angle of 308.4º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93618C is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 97 | 140 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.42 |
| HSL | 308.4º | 0.2% | 0.48% | - |
| HSV(B) | 308.4º | 0.34% | 0.58% | - |
| XYZ | 21.04 | 16.65 | 26.91 | - |
| YUV | 116.85 | 141.07 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 97 | 140 | 0 | 0.34 | 0.05 | 0.42 | 308.4 | 0.2 | 0.48 |
| Hex | 93 | 61 | 8C | 0 | 22 | 5 | 2A | 134 | 14 | 30 |
| Octal | 223 | 141 | 214 | 0 | 42 | 5 | 52 | 464 | 24 | 60 |
| Binary | 10010011 | 1100001 | 10001100 | 0 | 100010 | 101 | 101010 | 100110100 | 10100 | 110000 |
Color Harmonies of #93618C
Complementary color
Monochromatic Colors of #93618C
Black with #93618C
Text Example
Text Example
White with #93618C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93618C; }
p { color: rgb(147,97,140); }
H1.HeaderClassName
{
color: #93618C;
}
.AnyTagClassName
{
color: #93618C;
}
</style>
background-color css
<style>
a { background-color: #93618C; }
a { background-color: rgb(147,97,140); }
div.DivClassName
{
background-color: #93618C;
}
.BgClassName
{
background-color: #93618C;
}
</style>
border-color css
<style>
span { border-color: #93618C; }
span { border-color: rgb(147,97,140); }
td.TdClassName
{
border-color: #93618C;
}
.TagClassName
{
border-color: #93618C;
}
</style>