Shades of Violet Blue #946B90
Tints of Violet Blue #946B90
RGB
CMYK
RGB Variations
Color information
#946B90 (or 0x946B90) is known color: Violet Blue. HEX triplet: 94, 6B and 90. RGB value is (148,107,144). Sum of RGB (Red+Green+Blue) = 148+107+144=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 148 - color contains mainly: red. Hex color #946B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946B90 is #6B946F. Grayscale: #7B7B7B. Windows color (decimal): -7050352 or 9464724. OLE color: 9464724.
HSL color Cylindrical-coordinate representation of color #946B90: hue angle of 305.85º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #946B90 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 107 | 144 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.42 |
| HSL | 305.85º | 0.16% | 0.5% | - |
| HSV(B) | 305.85º | 0.28% | 0.58% | - |
| XYZ | 22.5 | 18.82 | 28.83 | - |
| YUV | 123.48 | 139.58 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 107 | 144 | 0 | 0.28 | 0.03 | 0.42 | 305.85 | 0.16 | 0.5 |
| Hex | 94 | 6B | 90 | 0 | 1C | 3 | 2A | 132 | 10 | 32 |
| Octal | 224 | 153 | 220 | 0 | 34 | 3 | 52 | 462 | 20 | 62 |
| Binary | 10010100 | 1101011 | 10010000 | 0 | 11100 | 11 | 101010 | 100110010 | 10000 | 110010 |
Color Harmonies of #946B90
Complementary color
Monochromatic Colors of #946B90
Black with #946B90
Text Example
Text Example
White with #946B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946B90; }
p { color: rgb(148,107,144); }
H1.HeaderClassName
{
color: #946B90;
}
.AnyTagClassName
{
color: #946B90;
}
</style>
background-color css
<style>
a { background-color: #946B90; }
a { background-color: rgb(148,107,144); }
div.DivClassName
{
background-color: #946B90;
}
.BgClassName
{
background-color: #946B90;
}
</style>
border-color css
<style>
span { border-color: #946B90; }
span { border-color: rgb(148,107,144); }
td.TdClassName
{
border-color: #946B90;
}
.TagClassName
{
border-color: #946B90;
}
</style>