Shades of Violet Blue #947994
Tints of Violet Blue #947994
RGB
CMYK
RGB Variations
Color information
#947994 (or 0x947994) is known color: Violet Blue. HEX triplet: 94, 79 and 94. RGB value is (148,121,148). Sum of RGB (Red+Green+Blue) = 148+121+148=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 148 - color contains mainly: red, blue. Hex color #947994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947994 is #6B866B. Grayscale: #848484. Windows color (decimal): -7046764 or 9730452. OLE color: 9730452.
HSL color Cylindrical-coordinate representation of color #947994: hue angle of 300º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #947994 is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 121 | 148 | - |
| CMYK | 0 | 0.18 | 0 | 0.42 |
| HSL | 300º | 0.11% | 0.53% | - |
| HSV(B) | 300º | 0.18% | 0.58% | - |
| XYZ | 24.4 | 22.11 | 31 | - |
| YUV | 132.15 | 136.95 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 121 | 148 | 0 | 0.18 | 0 | 0.42 | 300 | 0.11 | 0.53 |
| Hex | 94 | 79 | 94 | 0 | 12 | 0 | 2A | 12C | B | 35 |
| Octal | 224 | 171 | 224 | 0 | 22 | 0 | 52 | 454 | 13 | 65 |
| Binary | 10010100 | 1111001 | 10010100 | 0 | 10010 | 0 | 101010 | 100101100 | 1011 | 110101 |
Color Harmonies of #947994
Complementary color
Monochromatic Colors of #947994
Black with #947994
Text Example
Text Example
White with #947994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947994; }
p { color: rgb(148,121,148); }
H1.HeaderClassName
{
color: #947994;
}
.AnyTagClassName
{
color: #947994;
}
</style>
background-color css
<style>
a { background-color: #947994; }
a { background-color: rgb(148,121,148); }
div.DivClassName
{
background-color: #947994;
}
.BgClassName
{
background-color: #947994;
}
</style>
border-color css
<style>
span { border-color: #947994; }
span { border-color: rgb(148,121,148); }
td.TdClassName
{
border-color: #947994;
}
.TagClassName
{
border-color: #947994;
}
</style>