Shades of Violet Blue #93578F
Tints of Violet Blue #93578F
RGB
CMYK
RGB Variations
Color information
#93578F (or 0x93578F) is known color: Violet Blue. HEX triplet: 93, 57 and 8F. RGB value is (147,87,143). Sum of RGB (Red+Green+Blue) = 147+87+143=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 147 - color contains mainly: red. Hex color #93578F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93578F is #6CA870. Grayscale: #6F6F6F. Windows color (decimal): -7121009 or 9394067. OLE color: 9394067.
HSL color Cylindrical-coordinate representation of color #93578F: hue angle of 304º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93578F is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 87 | 143 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.42 |
| HSL | 304º | 0.26% | 0.46% | - |
| HSV(B) | 304º | 0.41% | 0.58% | - |
| XYZ | 20.4 | 15 | 27.81 | - |
| YUV | 111.32 | 145.88 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 87 | 143 | 0 | 0.41 | 0.03 | 0.42 | 304 | 0.26 | 0.46 |
| Hex | 93 | 57 | 8F | 0 | 29 | 3 | 2A | 130 | 1A | 2E |
| Octal | 223 | 127 | 217 | 0 | 51 | 3 | 52 | 460 | 32 | 56 |
| Binary | 10010011 | 1010111 | 10001111 | 0 | 101001 | 11 | 101010 | 100110000 | 11010 | 101110 |
Color Harmonies of #93578F
Complementary color
Monochromatic Colors of #93578F
Black with #93578F
Text Example
Text Example
White with #93578F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93578F; }
p { color: rgb(147,87,143); }
H1.HeaderClassName
{
color: #93578F;
}
.AnyTagClassName
{
color: #93578F;
}
</style>
background-color css
<style>
a { background-color: #93578F; }
a { background-color: rgb(147,87,143); }
div.DivClassName
{
background-color: #93578F;
}
.BgClassName
{
background-color: #93578F;
}
</style>
border-color css
<style>
span { border-color: #93578F; }
span { border-color: rgb(147,87,143); }
td.TdClassName
{
border-color: #93578F;
}
.TagClassName
{
border-color: #93578F;
}
</style>