Shades of Violet Blue #946493
Tints of Violet Blue #946493
RGB
CMYK
RGB Variations
Color information
#946493 (or 0x946493) is known color: Violet Blue. HEX triplet: 94, 64 and 93. RGB value is (148,100,147). Sum of RGB (Red+Green+Blue) = 148+100+147=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 148 - color contains mainly: red. Hex color #946493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946493 is #6B9B6C. Grayscale: #777777. Windows color (decimal): -7052141 or 9659540. OLE color: 9659540.
HSL color Cylindrical-coordinate representation of color #946493: hue angle of 301.25º 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 #946493 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 100 | 147 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.42 |
| HSL | 301.25º | 0.19% | 0.49% | - |
| HSV(B) | 301.25º | 0.32% | 0.58% | - |
| XYZ | 22.04 | 17.52 | 29.82 | - |
| YUV | 119.71 | 143.4 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 100 | 147 | 0 | 0.32 | 0.01 | 0.42 | 301.25 | 0.19 | 0.49 |
| Hex | 94 | 64 | 93 | 0 | 20 | 1 | 2A | 12D | 13 | 31 |
| Octal | 224 | 144 | 223 | 0 | 40 | 1 | 52 | 455 | 23 | 61 |
| Binary | 10010100 | 1100100 | 10010011 | 0 | 100000 | 1 | 101010 | 100101101 | 10011 | 110001 |
Color Harmonies of #946493
Complementary color
Monochromatic Colors of #946493
Black with #946493
Text Example
Text Example
White with #946493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946493; }
p { color: rgb(148,100,147); }
H1.HeaderClassName
{
color: #946493;
}
.AnyTagClassName
{
color: #946493;
}
</style>
background-color css
<style>
a { background-color: #946493; }
a { background-color: rgb(148,100,147); }
div.DivClassName
{
background-color: #946493;
}
.BgClassName
{
background-color: #946493;
}
</style>
border-color css
<style>
span { border-color: #946493; }
span { border-color: rgb(148,100,147); }
td.TdClassName
{
border-color: #946493;
}
.TagClassName
{
border-color: #946493;
}
</style>