Shades of Violet Blue #946392
Tints of Violet Blue #946392
RGB
CMYK
RGB Variations
Color information
#946392 (or 0x946392) is known color: Violet Blue. HEX triplet: 94, 63 and 92. RGB value is (148,99,146). Sum of RGB (Red+Green+Blue) = 148+99+146=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 148 - color contains mainly: red. Hex color #946392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946392 is #6B9C6D. Grayscale: #767676. Windows color (decimal): -7052398 or 9593748. OLE color: 9593748.
HSL color Cylindrical-coordinate representation of color #946392: hue angle of 302.45º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #946392 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 99 | 146 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.42 |
| HSL | 302.45º | 0.2% | 0.48% | - |
| HSV(B) | 302.45º | 0.33% | 0.58% | - |
| XYZ | 21.86 | 17.29 | 29.38 | - |
| YUV | 119.01 | 143.23 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 99 | 146 | 0 | 0.33 | 0.01 | 0.42 | 302.45 | 0.2 | 0.48 |
| Hex | 94 | 63 | 92 | 0 | 21 | 1 | 2A | 12E | 14 | 30 |
| Octal | 224 | 143 | 222 | 0 | 41 | 1 | 52 | 456 | 24 | 60 |
| Binary | 10010100 | 1100011 | 10010010 | 0 | 100001 | 1 | 101010 | 100101110 | 10100 | 110000 |
Color Harmonies of #946392
Complementary color
Monochromatic Colors of #946392
Black with #946392
Text Example
Text Example
White with #946392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946392; }
p { color: rgb(148,99,146); }
H1.HeaderClassName
{
color: #946392;
}
.AnyTagClassName
{
color: #946392;
}
</style>
background-color css
<style>
a { background-color: #946392; }
a { background-color: rgb(148,99,146); }
div.DivClassName
{
background-color: #946392;
}
.BgClassName
{
background-color: #946392;
}
</style>
border-color css
<style>
span { border-color: #946392; }
span { border-color: rgb(148,99,146); }
td.TdClassName
{
border-color: #946392;
}
.TagClassName
{
border-color: #946392;
}
</style>