Shades of Violet Blue #946C8F
Tints of Violet Blue #946C8F
RGB
CMYK
RGB Variations
Color information
#946C8F (or 0x946C8F) is known color: Violet Blue. HEX triplet: 94, 6C and 8F. RGB value is (148,108,143). Sum of RGB (Red+Green+Blue) = 148+108+143=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 148 - color contains mainly: red. Hex color #946C8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946C8F is #6B9370. Grayscale: #7B7B7B. Windows color (decimal): -7050097 or 9399444. OLE color: 9399444.
HSL color Cylindrical-coordinate representation of color #946C8F: hue angle of 307.5º 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 #946C8F is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 108 | 143 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.42 |
| HSL | 307.5º | 0.16% | 0.5% | - |
| HSV(B) | 307.5º | 0.27% | 0.58% | - |
| XYZ | 22.53 | 19 | 28.47 | - |
| YUV | 123.95 | 138.75 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 108 | 143 | 0 | 0.27 | 0.03 | 0.42 | 307.5 | 0.16 | 0.5 |
| Hex | 94 | 6C | 8F | 0 | 1B | 3 | 2A | 134 | 10 | 32 |
| Octal | 224 | 154 | 217 | 0 | 33 | 3 | 52 | 464 | 20 | 62 |
| Binary | 10010100 | 1101100 | 10001111 | 0 | 11011 | 11 | 101010 | 100110100 | 10000 | 110010 |
Color Harmonies of #946C8F
Complementary color
Monochromatic Colors of #946C8F
Black with #946C8F
Text Example
Text Example
White with #946C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946C8F; }
p { color: rgb(148,108,143); }
H1.HeaderClassName
{
color: #946C8F;
}
.AnyTagClassName
{
color: #946C8F;
}
</style>
background-color css
<style>
a { background-color: #946C8F; }
a { background-color: rgb(148,108,143); }
div.DivClassName
{
background-color: #946C8F;
}
.BgClassName
{
background-color: #946C8F;
}
</style>
border-color css
<style>
span { border-color: #946C8F; }
span { border-color: rgb(148,108,143); }
td.TdClassName
{
border-color: #946C8F;
}
.TagClassName
{
border-color: #946C8F;
}
</style>