Shades of Violet Blue #966493
Tints of Violet Blue #966493
RGB
CMYK
RGB Variations
Color information
#966493 (or 0x966493) is known color: Violet Blue. HEX triplet: 96, 64 and 93. RGB value is (150,100,147). Sum of RGB (Red+Green+Blue) = 150+100+147=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 150 - color contains mainly: red. Hex color #966493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966493 is #699B6C. Grayscale: #787878. Windows color (decimal): -6921069 or 9659542. OLE color: 9659542.
HSL color Cylindrical-coordinate representation of color #966493: hue angle of 303.6º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #966493 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 100 | 147 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.41 |
| HSL | 303.6º | 0.2% | 0.49% | - |
| HSV(B) | 303.6º | 0.33% | 0.59% | - |
| XYZ | 22.4 | 17.7 | 29.84 | - |
| YUV | 120.31 | 143.07 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 100 | 147 | 0 | 0.33 | 0.02 | 0.41 | 303.6 | 0.2 | 0.49 |
| Hex | 96 | 64 | 93 | 0 | 21 | 2 | 29 | 130 | 14 | 31 |
| Octal | 226 | 144 | 223 | 0 | 41 | 2 | 51 | 460 | 24 | 61 |
| Binary | 10010110 | 1100100 | 10010011 | 0 | 100001 | 10 | 101001 | 100110000 | 10100 | 110001 |
Color Harmonies of #966493
Complementary color
Monochromatic Colors of #966493
Black with #966493
Text Example
Text Example
White with #966493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966493; }
p { color: rgb(150,100,147); }
H1.HeaderClassName
{
color: #966493;
}
.AnyTagClassName
{
color: #966493;
}
</style>
background-color css
<style>
a { background-color: #966493; }
a { background-color: rgb(150,100,147); }
div.DivClassName
{
background-color: #966493;
}
.BgClassName
{
background-color: #966493;
}
</style>
border-color css
<style>
span { border-color: #966493; }
span { border-color: rgb(150,100,147); }
td.TdClassName
{
border-color: #966493;
}
.TagClassName
{
border-color: #966493;
}
</style>