Shades of Violet Blue #945294
Tints of Violet Blue #945294
RGB
CMYK
RGB Variations
Color information
#945294 (or 0x945294) is known color: Violet Blue. HEX triplet: 94, 52 and 94. RGB value is (148,82,148). Sum of RGB (Red+Green+Blue) = 148+82+148=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 148 - color contains mainly: red, blue. Hex color #945294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945294 is #6BAD6B. Grayscale: #6D6D6D. Windows color (decimal): -7056748 or 9720468. OLE color: 9720468.
HSL color Cylindrical-coordinate representation of color #945294: hue angle of 300º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #945294 is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 82 | 148 | - |
| CMYK | 0 | 0.45 | 0 | 0.42 |
| HSL | 300º | 0.29% | 0.45% | - |
| HSV(B) | 300º | 0.45% | 0.58% | - |
| XYZ | 20.58 | 14.47 | 29.73 | - |
| YUV | 109.26 | 149.87 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 82 | 148 | 0 | 0.45 | 0 | 0.42 | 300 | 0.29 | 0.45 |
| Hex | 94 | 52 | 94 | 0 | 2D | 0 | 2A | 12C | 1D | 2D |
| Octal | 224 | 122 | 224 | 0 | 55 | 0 | 52 | 454 | 35 | 55 |
| Binary | 10010100 | 1010010 | 10010100 | 0 | 101101 | 0 | 101010 | 100101100 | 11101 | 101101 |
Color Harmonies of #945294
Complementary color
Monochromatic Colors of #945294
Black with #945294
Text Example
Text Example
White with #945294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945294; }
p { color: rgb(148,82,148); }
H1.HeaderClassName
{
color: #945294;
}
.AnyTagClassName
{
color: #945294;
}
</style>
background-color css
<style>
a { background-color: #945294; }
a { background-color: rgb(148,82,148); }
div.DivClassName
{
background-color: #945294;
}
.BgClassName
{
background-color: #945294;
}
</style>
border-color css
<style>
span { border-color: #945294; }
span { border-color: rgb(148,82,148); }
td.TdClassName
{
border-color: #945294;
}
.TagClassName
{
border-color: #945294;
}
</style>