Shades of Violet Blue #945493
Tints of Violet Blue #945493
RGB
CMYK
RGB Variations
Color information
#945493 (or 0x945493) is known color: Violet Blue. HEX triplet: 94, 54 and 93. RGB value is (148,84,147). Sum of RGB (Red+Green+Blue) = 148+84+147=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 148 - color contains mainly: red. Hex color #945493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945493 is #6BAB6C. Grayscale: #6E6E6E. Windows color (decimal): -7056237 or 9655444. OLE color: 9655444.
HSL color Cylindrical-coordinate representation of color #945493: hue angle of 300.94º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #945493 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 84 | 147 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.42 |
| HSL | 300.94º | 0.28% | 0.45% | - |
| HSV(B) | 300.94º | 0.43% | 0.58% | - |
| XYZ | 20.65 | 14.74 | 29.36 | - |
| YUV | 110.32 | 148.7 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 84 | 147 | 0 | 0.43 | 0.01 | 0.42 | 300.94 | 0.28 | 0.45 |
| Hex | 94 | 54 | 93 | 0 | 2B | 1 | 2A | 12D | 1C | 2D |
| Octal | 224 | 124 | 223 | 0 | 53 | 1 | 52 | 455 | 34 | 55 |
| Binary | 10010100 | 1010100 | 10010011 | 0 | 101011 | 1 | 101010 | 100101101 | 11100 | 101101 |
Color Harmonies of #945493
Complementary color
Monochromatic Colors of #945493
Black with #945493
Text Example
Text Example
White with #945493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945493; }
p { color: rgb(148,84,147); }
H1.HeaderClassName
{
color: #945493;
}
.AnyTagClassName
{
color: #945493;
}
</style>
background-color css
<style>
a { background-color: #945493; }
a { background-color: rgb(148,84,147); }
div.DivClassName
{
background-color: #945493;
}
.BgClassName
{
background-color: #945493;
}
</style>
border-color css
<style>
span { border-color: #945493; }
span { border-color: rgb(148,84,147); }
td.TdClassName
{
border-color: #945493;
}
.TagClassName
{
border-color: #945493;
}
</style>