Shades of Violet Blue #946695
Tints of Violet Blue #946695
RGB
CMYK
RGB Variations
Color information
#946695 (or 0x946695) is known color: Violet Blue. HEX triplet: 94, 66 and 95. RGB value is (148,102,149). Sum of RGB (Red+Green+Blue) = 148+102+149=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 149 - color contains mainly: blue. Hex color #946695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946695 is #6B996A. Grayscale: #787878. Windows color (decimal): -7051627 or 9791124. OLE color: 9791124.
HSL color Cylindrical-coordinate representation of color #946695: hue angle of 298.72º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #946695 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 102 | 149 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.42 |
| HSL | 298.72º | 0.19% | 0.49% | - |
| HSV(B) | 298.72º | 0.32% | 0.58% | - |
| XYZ | 22.39 | 17.97 | 30.72 | - |
| YUV | 121.11 | 143.74 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 102 | 149 | 0.01 | 0.32 | 0 | 0.42 | 298.72 | 0.19 | 0.49 |
| Hex | 94 | 66 | 95 | 1 | 20 | 0 | 2A | 12B | 13 | 31 |
| Octal | 224 | 146 | 225 | 1 | 40 | 0 | 52 | 453 | 23 | 61 |
| Binary | 10010100 | 1100110 | 10010101 | 1 | 100000 | 0 | 101010 | 100101011 | 10011 | 110001 |
Color Harmonies of #946695
Complementary color
Monochromatic Colors of #946695
Black with #946695
Text Example
Text Example
White with #946695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946695; }
p { color: rgb(148,102,149); }
H1.HeaderClassName
{
color: #946695;
}
.AnyTagClassName
{
color: #946695;
}
</style>
background-color css
<style>
a { background-color: #946695; }
a { background-color: rgb(148,102,149); }
div.DivClassName
{
background-color: #946695;
}
.BgClassName
{
background-color: #946695;
}
</style>
border-color css
<style>
span { border-color: #946695; }
span { border-color: rgb(148,102,149); }
td.TdClassName
{
border-color: #946695;
}
.TagClassName
{
border-color: #946695;
}
</style>