Shades of Violet Blue #966293
Tints of Violet Blue #966293
RGB
CMYK
RGB Variations
Color information
#966293 (or 0x966293) is known color: Violet Blue. HEX triplet: 96, 62 and 93. RGB value is (150,98,147). Sum of RGB (Red+Green+Blue) = 150+98+147=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #966293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966293 is #699D6C. Grayscale: #767676. Windows color (decimal): -6921581 or 9659030. OLE color: 9659030.
HSL color Cylindrical-coordinate representation of color #966293: hue angle of 303.46º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #966293 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 98 | 147 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.41 |
| HSL | 303.46º | 0.21% | 0.49% | - |
| HSV(B) | 303.46º | 0.35% | 0.59% | - |
| XYZ | 22.21 | 17.33 | 29.78 | - |
| YUV | 119.13 | 143.73 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 98 | 147 | 0 | 0.35 | 0.02 | 0.41 | 303.46 | 0.21 | 0.49 |
| Hex | 96 | 62 | 93 | 0 | 23 | 2 | 29 | 12F | 15 | 31 |
| Octal | 226 | 142 | 223 | 0 | 43 | 2 | 51 | 457 | 25 | 61 |
| Binary | 10010110 | 1100010 | 10010011 | 0 | 100011 | 10 | 101001 | 100101111 | 10101 | 110001 |
Color Harmonies of #966293
Complementary color
Monochromatic Colors of #966293
Black with #966293
Text Example
Text Example
White with #966293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966293; }
p { color: rgb(150,98,147); }
H1.HeaderClassName
{
color: #966293;
}
.AnyTagClassName
{
color: #966293;
}
</style>
background-color css
<style>
a { background-color: #966293; }
a { background-color: rgb(150,98,147); }
div.DivClassName
{
background-color: #966293;
}
.BgClassName
{
background-color: #966293;
}
</style>
border-color css
<style>
span { border-color: #966293; }
span { border-color: rgb(150,98,147); }
td.TdClassName
{
border-color: #966293;
}
.TagClassName
{
border-color: #966293;
}
</style>