Shades of Violet Blue #966893
Tints of Violet Blue #966893
RGB
CMYK
RGB Variations
Color information
#966893 (or 0x966893) is known color: Violet Blue. HEX triplet: 96, 68 and 93. RGB value is (150,104,147). Sum of RGB (Red+Green+Blue) = 150+104+147=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 150 - color contains mainly: red. Hex color #966893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966893 is #69976C. Grayscale: #7A7A7A. Windows color (decimal): -6920045 or 9660566. OLE color: 9660566.
HSL color Cylindrical-coordinate representation of color #966893: hue angle of 303.91º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #966893 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 104 | 147 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.41 |
| HSL | 303.91º | 0.18% | 0.5% | - |
| HSV(B) | 303.91º | 0.31% | 0.59% | - |
| XYZ | 22.79 | 18.49 | 29.97 | - |
| YUV | 122.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 104 | 147 | 0 | 0.31 | 0.02 | 0.41 | 303.91 | 0.18 | 0.5 |
| Hex | 96 | 68 | 93 | 0 | 1F | 2 | 29 | 130 | 12 | 32 |
| Octal | 226 | 150 | 223 | 0 | 37 | 2 | 51 | 460 | 22 | 62 |
| Binary | 10010110 | 1101000 | 10010011 | 0 | 11111 | 10 | 101001 | 100110000 | 10010 | 110010 |
Color Harmonies of #966893
Complementary color
Monochromatic Colors of #966893
Black with #966893
Text Example
Text Example
White with #966893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966893; }
p { color: rgb(150,104,147); }
H1.HeaderClassName
{
color: #966893;
}
.AnyTagClassName
{
color: #966893;
}
</style>
background-color css
<style>
a { background-color: #966893; }
a { background-color: rgb(150,104,147); }
div.DivClassName
{
background-color: #966893;
}
.BgClassName
{
background-color: #966893;
}
</style>
border-color css
<style>
span { border-color: #966893; }
span { border-color: rgb(150,104,147); }
td.TdClassName
{
border-color: #966893;
}
.TagClassName
{
border-color: #966893;
}
</style>