Shades of Violet Blue #945394
Tints of Violet Blue #945394
RGB
CMYK
RGB Variations
Color information
#945394 (or 0x945394) is known color: Violet Blue. HEX triplet: 94, 53 and 94. RGB value is (148,83,148). Sum of RGB (Red+Green+Blue) = 148+83+148=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 148 (58.20% from 255 or 39.05% from 379); Max value from RGB is 148 - color contains mainly: red, blue. Hex color #945394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945394 is #6BAC6B. Grayscale: #6D6D6D. Windows color (decimal): -7056492 or 9720724. OLE color: 9720724.
HSL color Cylindrical-coordinate representation of color #945394: hue angle of 300º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #945394 is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 83 | 148 | - |
| CMYK | 0 | 0.44 | 0 | 0.42 |
| HSL | 300º | 0.28% | 0.45% | - |
| HSV(B) | 300º | 0.44% | 0.58% | - |
| XYZ | 20.65 | 14.62 | 29.75 | - |
| YUV | 109.85 | 149.53 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 83 | 148 | 0 | 0.44 | 0 | 0.42 | 300 | 0.28 | 0.45 |
| Hex | 94 | 53 | 94 | 0 | 2C | 0 | 2A | 12C | 1C | 2D |
| Octal | 224 | 123 | 224 | 0 | 54 | 0 | 52 | 454 | 34 | 55 |
| Binary | 10010100 | 1010011 | 10010100 | 0 | 101100 | 0 | 101010 | 100101100 | 11100 | 101101 |
Color Harmonies of #945394
Complementary color
Monochromatic Colors of #945394
Black with #945394
Text Example
Text Example
White with #945394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945394; }
p { color: rgb(148,83,148); }
H1.HeaderClassName
{
color: #945394;
}
.AnyTagClassName
{
color: #945394;
}
</style>
background-color css
<style>
a { background-color: #945394; }
a { background-color: rgb(148,83,148); }
div.DivClassName
{
background-color: #945394;
}
.BgClassName
{
background-color: #945394;
}
</style>
border-color css
<style>
span { border-color: #945394; }
span { border-color: rgb(148,83,148); }
td.TdClassName
{
border-color: #945394;
}
.TagClassName
{
border-color: #945394;
}
</style>