Shades of Violet Blue #946C92
Tints of Violet Blue #946C92
RGB
CMYK
RGB Variations
Color information
#946C92 (or 0x946C92) is known color: Violet Blue. HEX triplet: 94, 6C and 92. RGB value is (148,108,146). Sum of RGB (Red+Green+Blue) = 148+108+146=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 148 - color contains mainly: red. Hex color #946C92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946C92 is #6B936D. Grayscale: #7C7C7C. Windows color (decimal): -7050094 or 9596052. OLE color: 9596052.
HSL color Cylindrical-coordinate representation of color #946C92: hue angle of 303º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #946C92 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 108 | 146 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.42 |
| HSL | 303º | 0.16% | 0.5% | - |
| HSV(B) | 303º | 0.27% | 0.58% | - |
| XYZ | 22.76 | 19.1 | 29.68 | - |
| YUV | 124.29 | 140.25 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 108 | 146 | 0 | 0.27 | 0.01 | 0.42 | 303 | 0.16 | 0.5 |
| Hex | 94 | 6C | 92 | 0 | 1B | 1 | 2A | 12F | 10 | 32 |
| Octal | 224 | 154 | 222 | 0 | 33 | 1 | 52 | 457 | 20 | 62 |
| Binary | 10010100 | 1101100 | 10010010 | 0 | 11011 | 1 | 101010 | 100101111 | 10000 | 110010 |
Color Harmonies of #946C92
Complementary color
Monochromatic Colors of #946C92
Black with #946C92
Text Example
Text Example
White with #946C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946C92; }
p { color: rgb(148,108,146); }
H1.HeaderClassName
{
color: #946C92;
}
.AnyTagClassName
{
color: #946C92;
}
</style>
background-color css
<style>
a { background-color: #946C92; }
a { background-color: rgb(148,108,146); }
div.DivClassName
{
background-color: #946C92;
}
.BgClassName
{
background-color: #946C92;
}
</style>
border-color css
<style>
span { border-color: #946C92; }
span { border-color: rgb(148,108,146); }
td.TdClassName
{
border-color: #946C92;
}
.TagClassName
{
border-color: #946C92;
}
</style>