Shades of Violet Blue #94648D
Tints of Violet Blue #94648D
RGB
CMYK
RGB Variations
Color information
#94648D (or 0x94648D) is known color: Violet Blue. HEX triplet: 94, 64 and 8D. RGB value is (148,100,141). Sum of RGB (Red+Green+Blue) = 148+100+141=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 148 - color contains mainly: red. Hex color #94648D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94648D is #6B9B72. Grayscale: #767676. Windows color (decimal): -7052147 or 9266324. OLE color: 9266324.
HSL color Cylindrical-coordinate representation of color #94648D: hue angle of 308.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94648D is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 100 | 141 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.42 |
| HSL | 308.75º | 0.19% | 0.49% | - |
| HSV(B) | 308.75º | 0.32% | 0.58% | - |
| XYZ | 21.58 | 17.33 | 27.41 | - |
| YUV | 119.03 | 140.4 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 100 | 141 | 0 | 0.32 | 0.05 | 0.42 | 308.75 | 0.19 | 0.49 |
| Hex | 94 | 64 | 8D | 0 | 20 | 5 | 2A | 135 | 13 | 31 |
| Octal | 224 | 144 | 215 | 0 | 40 | 5 | 52 | 465 | 23 | 61 |
| Binary | 10010100 | 1100100 | 10001101 | 0 | 100000 | 101 | 101010 | 100110101 | 10011 | 110001 |
Color Harmonies of #94648D
Complementary color
Monochromatic Colors of #94648D
Black with #94648D
Text Example
Text Example
White with #94648D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94648D; }
p { color: rgb(148,100,141); }
H1.HeaderClassName
{
color: #94648D;
}
.AnyTagClassName
{
color: #94648D;
}
</style>
background-color css
<style>
a { background-color: #94648D; }
a { background-color: rgb(148,100,141); }
div.DivClassName
{
background-color: #94648D;
}
.BgClassName
{
background-color: #94648D;
}
</style>
border-color css
<style>
span { border-color: #94648D; }
span { border-color: rgb(148,100,141); }
td.TdClassName
{
border-color: #94648D;
}
.TagClassName
{
border-color: #94648D;
}
</style>