Shades of Violet Blue #94638D
Tints of Violet Blue #94638D
RGB
CMYK
RGB Variations
Color information
#94638D (or 0x94638D) is known color: Violet Blue. HEX triplet: 94, 63 and 8D. RGB value is (148,99,141). Sum of RGB (Red+Green+Blue) = 148+99+141=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 148 - color contains mainly: red. Hex color #94638D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94638D is #6B9C72. Grayscale: #767676. Windows color (decimal): -7052403 or 9266068. OLE color: 9266068.
HSL color Cylindrical-coordinate representation of color #94638D: hue angle of 308.57º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94638D is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 99 | 141 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.42 |
| HSL | 308.57º | 0.2% | 0.48% | - |
| HSV(B) | 308.57º | 0.33% | 0.58% | - |
| XYZ | 21.48 | 17.14 | 27.38 | - |
| YUV | 118.44 | 140.73 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 99 | 141 | 0 | 0.33 | 0.05 | 0.42 | 308.57 | 0.2 | 0.48 |
| Hex | 94 | 63 | 8D | 0 | 21 | 5 | 2A | 135 | 14 | 30 |
| Octal | 224 | 143 | 215 | 0 | 41 | 5 | 52 | 465 | 24 | 60 |
| Binary | 10010100 | 1100011 | 10001101 | 0 | 100001 | 101 | 101010 | 100110101 | 10100 | 110000 |
Color Harmonies of #94638D
Complementary color
Monochromatic Colors of #94638D
Black with #94638D
Text Example
Text Example
White with #94638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94638D; }
p { color: rgb(148,99,141); }
H1.HeaderClassName
{
color: #94638D;
}
.AnyTagClassName
{
color: #94638D;
}
</style>
background-color css
<style>
a { background-color: #94638D; }
a { background-color: rgb(148,99,141); }
div.DivClassName
{
background-color: #94638D;
}
.BgClassName
{
background-color: #94638D;
}
</style>
border-color css
<style>
span { border-color: #94638D; }
span { border-color: rgb(148,99,141); }
td.TdClassName
{
border-color: #94638D;
}
.TagClassName
{
border-color: #94638D;
}
</style>