Shades of Violet Blue #945896
Tints of Violet Blue #945896
RGB
CMYK
RGB Variations
Color information
#945896 (or 0x945896) is known color: Violet Blue. HEX triplet: 94, 58 and 96. RGB value is (148,88,150). Sum of RGB (Red+Green+Blue) = 148+88+150=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 150 - color contains mainly: blue. Hex color #945896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945896 is #6BA769. Grayscale: #707070. Windows color (decimal): -7055210 or 9853076. OLE color: 9853076.
HSL color Cylindrical-coordinate representation of color #945896: hue angle of 298.06º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #945896 is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 148 | 88 | 150 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.41 |
| HSL | 298.06º | 0.26% | 0.47% | - |
| HSV(B) | 298.06º | 0.41% | 0.59% | - |
| XYZ | 21.21 | 15.48 | 30.72 | - |
| YUV | 113.01 | 148.88 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 88 | 150 | 0.01 | 0.41 | 0 | 0.41 | 298.06 | 0.26 | 0.47 |
| Hex | 94 | 58 | 96 | 1 | 29 | 0 | 29 | 12A | 1A | 2F |
| Octal | 224 | 130 | 226 | 1 | 51 | 0 | 51 | 452 | 32 | 57 |
| Binary | 10010100 | 1011000 | 10010110 | 1 | 101001 | 0 | 101001 | 100101010 | 11010 | 101111 |
Color Harmonies of #945896
Complementary color
Monochromatic Colors of #945896
Black with #945896
Text Example
Text Example
White with #945896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945896; }
p { color: rgb(148,88,150); }
H1.HeaderClassName
{
color: #945896;
}
.AnyTagClassName
{
color: #945896;
}
</style>
background-color css
<style>
a { background-color: #945896; }
a { background-color: rgb(148,88,150); }
div.DivClassName
{
background-color: #945896;
}
.BgClassName
{
background-color: #945896;
}
</style>
border-color css
<style>
span { border-color: #945896; }
span { border-color: rgb(148,88,150); }
td.TdClassName
{
border-color: #945896;
}
.TagClassName
{
border-color: #945896;
}
</style>