Shades of Violet Blue #944F8F
Tints of Violet Blue #944F8F
RGB
CMYK
RGB Variations
Color information
#944F8F (or 0x944F8F) is known color: Violet Blue. HEX triplet: 94, 4F and 8F. RGB value is (148,79,143). Sum of RGB (Red+Green+Blue) = 148+79+143=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 148 - color contains mainly: red. Hex color #944F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #944F8F is #6BB070. Grayscale: #6A6A6A. Windows color (decimal): -7057521 or 9392020. OLE color: 9392020.
HSL color Cylindrical-coordinate representation of color #944F8F: hue angle of 304.35º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #944F8F is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 79 | 143 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.42 |
| HSL | 304.35º | 0.3% | 0.45% | - |
| HSV(B) | 304.35º | 0.47% | 0.58% | - |
| XYZ | 19.97 | 13.87 | 27.61 | - |
| YUV | 106.93 | 148.36 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 79 | 143 | 0 | 0.47 | 0.03 | 0.42 | 304.35 | 0.3 | 0.45 |
| Hex | 94 | 4F | 8F | 0 | 2F | 3 | 2A | 130 | 1E | 2D |
| Octal | 224 | 117 | 217 | 0 | 57 | 3 | 52 | 460 | 36 | 55 |
| Binary | 10010100 | 1001111 | 10001111 | 0 | 101111 | 11 | 101010 | 100110000 | 11110 | 101101 |
Color Harmonies of #944F8F
Complementary color
Monochromatic Colors of #944F8F
Black with #944F8F
Text Example
Text Example
White with #944F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944F8F; }
p { color: rgb(148,79,143); }
H1.HeaderClassName
{
color: #944F8F;
}
.AnyTagClassName
{
color: #944F8F;
}
</style>
background-color css
<style>
a { background-color: #944F8F; }
a { background-color: rgb(148,79,143); }
div.DivClassName
{
background-color: #944F8F;
}
.BgClassName
{
background-color: #944F8F;
}
</style>
border-color css
<style>
span { border-color: #944F8F; }
span { border-color: rgb(148,79,143); }
td.TdClassName
{
border-color: #944F8F;
}
.TagClassName
{
border-color: #944F8F;
}
</style>