Shades of Violet Blue #946396
Tints of Violet Blue #946396
RGB
CMYK
RGB Variations
Color information
#946396 (or 0x946396) is known color: Violet Blue. HEX triplet: 94, 63 and 96. RGB value is (148,99,150). Sum of RGB (Red+Green+Blue) = 148+99+150=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 150 - color contains mainly: blue. Hex color #946396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946396 is #6B9C69. Grayscale: #777777. Windows color (decimal): -7052394 or 9855892. OLE color: 9855892.
HSL color Cylindrical-coordinate representation of color #946396: hue angle of 297.65º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #946396 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 148 | 99 | 150 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.41 |
| HSL | 297.65º | 0.2% | 0.49% | - |
| HSV(B) | 297.65º | 0.34% | 0.59% | - |
| XYZ | 22.18 | 17.42 | 31.05 | - |
| YUV | 119.47 | 145.23 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 99 | 150 | 0.01 | 0.34 | 0 | 0.41 | 297.65 | 0.2 | 0.49 |
| Hex | 94 | 63 | 96 | 1 | 22 | 0 | 29 | 12A | 14 | 31 |
| Octal | 224 | 143 | 226 | 1 | 42 | 0 | 51 | 452 | 24 | 61 |
| Binary | 10010100 | 1100011 | 10010110 | 1 | 100010 | 0 | 101001 | 100101010 | 10100 | 110001 |
Color Harmonies of #946396
Complementary color
Monochromatic Colors of #946396
Black with #946396
Text Example
Text Example
White with #946396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946396; }
p { color: rgb(148,99,150); }
H1.HeaderClassName
{
color: #946396;
}
.AnyTagClassName
{
color: #946396;
}
</style>
background-color css
<style>
a { background-color: #946396; }
a { background-color: rgb(148,99,150); }
div.DivClassName
{
background-color: #946396;
}
.BgClassName
{
background-color: #946396;
}
</style>
border-color css
<style>
span { border-color: #946396; }
span { border-color: rgb(148,99,150); }
td.TdClassName
{
border-color: #946396;
}
.TagClassName
{
border-color: #946396;
}
</style>