Shades of Violet Blue #945690
Tints of Violet Blue #945690
RGB
CMYK
RGB Variations
Color information
#945690 (or 0x945690) is known color: Violet Blue. HEX triplet: 94, 56 and 90. RGB value is (148,86,144). Sum of RGB (Red+Green+Blue) = 148+86+144=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 148 - color contains mainly: red. Hex color #945690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945690 is #6BA96F. Grayscale: #6E6E6E. Windows color (decimal): -7055728 or 9459348. OLE color: 9459348.
HSL color Cylindrical-coordinate representation of color #945690: hue angle of 303.87º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #945690 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 86 | 144 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.42 |
| HSL | 303.87º | 0.26% | 0.46% | - |
| HSV(B) | 303.87º | 0.42% | 0.58% | - |
| XYZ | 20.57 | 14.97 | 28.19 | - |
| YUV | 111.15 | 146.54 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 86 | 144 | 0 | 0.42 | 0.03 | 0.42 | 303.87 | 0.26 | 0.46 |
| Hex | 94 | 56 | 90 | 0 | 2A | 3 | 2A | 130 | 1A | 2E |
| Octal | 224 | 126 | 220 | 0 | 52 | 3 | 52 | 460 | 32 | 56 |
| Binary | 10010100 | 1010110 | 10010000 | 0 | 101010 | 11 | 101010 | 100110000 | 11010 | 101110 |
Color Harmonies of #945690
Complementary color
Monochromatic Colors of #945690
Black with #945690
Text Example
Text Example
White with #945690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945690; }
p { color: rgb(148,86,144); }
H1.HeaderClassName
{
color: #945690;
}
.AnyTagClassName
{
color: #945690;
}
</style>
background-color css
<style>
a { background-color: #945690; }
a { background-color: rgb(148,86,144); }
div.DivClassName
{
background-color: #945690;
}
.BgClassName
{
background-color: #945690;
}
</style>
border-color css
<style>
span { border-color: #945690; }
span { border-color: rgb(148,86,144); }
td.TdClassName
{
border-color: #945690;
}
.TagClassName
{
border-color: #945690;
}
</style>