Shades of Violet Blue #944C8F
Tints of Violet Blue #944C8F
RGB
CMYK
RGB Variations
Color information
#944C8F (or 0x944C8F) is known color: Violet Blue. HEX triplet: 94, 4C and 8F. RGB value is (148,76,143). Sum of RGB (Red+Green+Blue) = 148+76+143=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #944C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944C8F is #6BB370. Grayscale: #686868. Windows color (decimal): -7058289 or 9391252. OLE color: 9391252.
HSL color Cylindrical-coordinate representation of color #944C8F: hue angle of 304.17º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #944C8F is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 76 | 143 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.42 |
| HSL | 304.17º | 0.32% | 0.44% | - |
| HSV(B) | 304.17º | 0.49% | 0.58% | - |
| XYZ | 19.76 | 13.45 | 27.54 | - |
| YUV | 105.17 | 149.35 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 76 | 143 | 0 | 0.49 | 0.03 | 0.42 | 304.17 | 0.32 | 0.44 |
| Hex | 94 | 4C | 8F | 0 | 31 | 3 | 2A | 130 | 20 | 2C |
| Octal | 224 | 114 | 217 | 0 | 61 | 3 | 52 | 460 | 40 | 54 |
| Binary | 10010100 | 1001100 | 10001111 | 0 | 110001 | 11 | 101010 | 100110000 | 100000 | 101100 |
Color Harmonies of #944C8F
Complementary color
Monochromatic Colors of #944C8F
Black with #944C8F
Text Example
Text Example
White with #944C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944C8F; }
p { color: rgb(148,76,143); }
H1.HeaderClassName
{
color: #944C8F;
}
.AnyTagClassName
{
color: #944C8F;
}
</style>
background-color css
<style>
a { background-color: #944C8F; }
a { background-color: rgb(148,76,143); }
div.DivClassName
{
background-color: #944C8F;
}
.BgClassName
{
background-color: #944C8F;
}
</style>
border-color css
<style>
span { border-color: #944C8F; }
span { border-color: rgb(148,76,143); }
td.TdClassName
{
border-color: #944C8F;
}
.TagClassName
{
border-color: #944C8F;
}
</style>