Shades of Violet Blue #94588D
Tints of Violet Blue #94588D
RGB
CMYK
RGB Variations
Color information
#94588D (or 0x94588D) is known color: Violet Blue. HEX triplet: 94, 58 and 8D. RGB value is (148,88,141). Sum of RGB (Red+Green+Blue) = 148+88+141=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 148 - color contains mainly: red. Hex color #94588D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94588D is #6BA772. Grayscale: #6F6F6F. Windows color (decimal): -7055219 or 9263252. OLE color: 9263252.
HSL color Cylindrical-coordinate representation of color #94588D: hue angle of 307º degrees, saturation: 0.25, 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 #94588D is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 88 | 141 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.42 |
| HSL | 307º | 0.25% | 0.46% | - |
| HSV(B) | 307º | 0.41% | 0.58% | - |
| XYZ | 20.51 | 15.2 | 27.05 | - |
| YUV | 111.98 | 144.38 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 88 | 141 | 0 | 0.41 | 0.05 | 0.42 | 307 | 0.25 | 0.46 |
| Hex | 94 | 58 | 8D | 0 | 29 | 5 | 2A | 133 | 19 | 2E |
| Octal | 224 | 130 | 215 | 0 | 51 | 5 | 52 | 463 | 31 | 56 |
| Binary | 10010100 | 1011000 | 10001101 | 0 | 101001 | 101 | 101010 | 100110011 | 11001 | 101110 |
Color Harmonies of #94588D
Complementary color
Monochromatic Colors of #94588D
Black with #94588D
Text Example
Text Example
White with #94588D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94588D; }
p { color: rgb(148,88,141); }
H1.HeaderClassName
{
color: #94588D;
}
.AnyTagClassName
{
color: #94588D;
}
</style>
background-color css
<style>
a { background-color: #94588D; }
a { background-color: rgb(148,88,141); }
div.DivClassName
{
background-color: #94588D;
}
.BgClassName
{
background-color: #94588D;
}
</style>
border-color css
<style>
span { border-color: #94588D; }
span { border-color: rgb(148,88,141); }
td.TdClassName
{
border-color: #94588D;
}
.TagClassName
{
border-color: #94588D;
}
</style>