Shades of Violet Blue #946594
Tints of Violet Blue #946594
RGB
CMYK
RGB Variations
Color information
#946594 (or 0x946594) is known color: Violet Blue. HEX triplet: 94, 65 and 94. RGB value is (148,101,148). Sum of RGB (Red+Green+Blue) = 148+101+148=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 148 - color contains mainly: red, blue. Hex color #946594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946594 is #6B9A6B. Grayscale: #787878. Windows color (decimal): -7051884 or 9725332. OLE color: 9725332.
HSL color Cylindrical-coordinate representation of color #946594: hue angle of 300º 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 #946594 is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 101 | 148 | - |
| CMYK | 0 | 0.32 | 0 | 0.42 |
| HSL | 300º | 0.19% | 0.49% | - |
| HSV(B) | 300º | 0.32% | 0.58% | - |
| XYZ | 22.21 | 17.74 | 30.27 | - |
| YUV | 120.41 | 143.57 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 101 | 148 | 0 | 0.32 | 0 | 0.42 | 300 | 0.19 | 0.49 |
| Hex | 94 | 65 | 94 | 0 | 20 | 0 | 2A | 12C | 13 | 31 |
| Octal | 224 | 145 | 224 | 0 | 40 | 0 | 52 | 454 | 23 | 61 |
| Binary | 10010100 | 1100101 | 10010100 | 0 | 100000 | 0 | 101010 | 100101100 | 10011 | 110001 |
Color Harmonies of #946594
Complementary color
Monochromatic Colors of #946594
Black with #946594
Text Example
Text Example
White with #946594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946594; }
p { color: rgb(148,101,148); }
H1.HeaderClassName
{
color: #946594;
}
.AnyTagClassName
{
color: #946594;
}
</style>
background-color css
<style>
a { background-color: #946594; }
a { background-color: rgb(148,101,148); }
div.DivClassName
{
background-color: #946594;
}
.BgClassName
{
background-color: #946594;
}
</style>
border-color css
<style>
span { border-color: #946594; }
span { border-color: rgb(148,101,148); }
td.TdClassName
{
border-color: #946594;
}
.TagClassName
{
border-color: #946594;
}
</style>