Shades of Violet Blue #946495
Tints of Violet Blue #946495
RGB
CMYK
RGB Variations
Color information
#946495 (or 0x946495) is known color: Violet Blue. HEX triplet: 94, 64 and 95. RGB value is (148,100,149). Sum of RGB (Red+Green+Blue) = 148+100+149=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 149 - color contains mainly: blue. Hex color #946495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946495 is #6B9B6A. Grayscale: #777777. Windows color (decimal): -7052139 or 9790612. OLE color: 9790612.
HSL color Cylindrical-coordinate representation of color #946495: hue angle of 298.78º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #946495 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 100 | 149 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.42 |
| HSL | 298.78º | 0.2% | 0.49% | - |
| HSV(B) | 298.78º | 0.33% | 0.58% | - |
| XYZ | 22.19 | 17.58 | 30.66 | - |
| YUV | 119.94 | 144.4 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 100 | 149 | 0.01 | 0.33 | 0 | 0.42 | 298.78 | 0.2 | 0.49 |
| Hex | 94 | 64 | 95 | 1 | 21 | 0 | 2A | 12B | 14 | 31 |
| Octal | 224 | 144 | 225 | 1 | 41 | 0 | 52 | 453 | 24 | 61 |
| Binary | 10010100 | 1100100 | 10010101 | 1 | 100001 | 0 | 101010 | 100101011 | 10100 | 110001 |
Color Harmonies of #946495
Complementary color
Monochromatic Colors of #946495
Black with #946495
Text Example
Text Example
White with #946495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946495; }
p { color: rgb(148,100,149); }
H1.HeaderClassName
{
color: #946495;
}
.AnyTagClassName
{
color: #946495;
}
</style>
background-color css
<style>
a { background-color: #946495; }
a { background-color: rgb(148,100,149); }
div.DivClassName
{
background-color: #946495;
}
.BgClassName
{
background-color: #946495;
}
</style>
border-color css
<style>
span { border-color: #946495; }
span { border-color: rgb(148,100,149); }
td.TdClassName
{
border-color: #946495;
}
.TagClassName
{
border-color: #946495;
}
</style>