Shades of Violet Blue #947294
Tints of Violet Blue #947294
RGB
CMYK
RGB Variations
Color information
#947294 (or 0x947294) is known color: Violet Blue. HEX triplet: 94, 72 and 94. RGB value is (148,114,148). Sum of RGB (Red+Green+Blue) = 148+114+148=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 148 - color contains mainly: red, blue. Hex color #947294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947294 is #6B8D6B. Grayscale: #7F7F7F. Windows color (decimal): -7048556 or 9728660. OLE color: 9728660.
HSL color Cylindrical-coordinate representation of color #947294: hue angle of 300º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #947294 is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 114 | 148 | - |
| CMYK | 0 | 0.23 | 0 | 0.42 |
| HSL | 300º | 0.14% | 0.51% | - |
| HSV(B) | 300º | 0.23% | 0.58% | - |
| XYZ | 23.58 | 20.47 | 30.73 | - |
| YUV | 128.04 | 139.26 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 114 | 148 | 0 | 0.23 | 0 | 0.42 | 300 | 0.14 | 0.51 |
| Hex | 94 | 72 | 94 | 0 | 17 | 0 | 2A | 12C | E | 33 |
| Octal | 224 | 162 | 224 | 0 | 27 | 0 | 52 | 454 | 16 | 63 |
| Binary | 10010100 | 1110010 | 10010100 | 0 | 10111 | 0 | 101010 | 100101100 | 1110 | 110011 |
Color Harmonies of #947294
Complementary color
Monochromatic Colors of #947294
Black with #947294
Text Example
Text Example
White with #947294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947294; }
p { color: rgb(148,114,148); }
H1.HeaderClassName
{
color: #947294;
}
.AnyTagClassName
{
color: #947294;
}
</style>
background-color css
<style>
a { background-color: #947294; }
a { background-color: rgb(148,114,148); }
div.DivClassName
{
background-color: #947294;
}
.BgClassName
{
background-color: #947294;
}
</style>
border-color css
<style>
span { border-color: #947294; }
span { border-color: rgb(148,114,148); }
td.TdClassName
{
border-color: #947294;
}
.TagClassName
{
border-color: #947294;
}
</style>