Shades of Violet Blue #96568D
Tints of Violet Blue #96568D
RGB
CMYK
RGB Variations
Color information
#96568D (or 0x96568D) is known color: Violet Blue. HEX triplet: 96, 56 and 8D. RGB value is (150,86,141). Sum of RGB (Red+Green+Blue) = 150+86+141=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 150 - color contains mainly: red. Hex color #96568D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96568D is #69A972. Grayscale: #6F6F6F. Windows color (decimal): -6924659 or 9262742. OLE color: 9262742.
HSL color Cylindrical-coordinate representation of color #96568D: hue angle of 308.44º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96568D is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 86 | 141 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.41 |
| HSL | 308.44º | 0.27% | 0.46% | - |
| HSV(B) | 308.44º | 0.43% | 0.59% | - |
| XYZ | 20.71 | 15.06 | 27.01 | - |
| YUV | 111.41 | 144.7 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 86 | 141 | 0 | 0.43 | 0.06 | 0.41 | 308.44 | 0.27 | 0.46 |
| Hex | 96 | 56 | 8D | 0 | 2B | 6 | 29 | 134 | 1B | 2E |
| Octal | 226 | 126 | 215 | 0 | 53 | 6 | 51 | 464 | 33 | 56 |
| Binary | 10010110 | 1010110 | 10001101 | 0 | 101011 | 110 | 101001 | 100110100 | 11011 | 101110 |
Color Harmonies of #96568D
Complementary color
Monochromatic Colors of #96568D
Black with #96568D
Text Example
Text Example
White with #96568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96568D; }
p { color: rgb(150,86,141); }
H1.HeaderClassName
{
color: #96568D;
}
.AnyTagClassName
{
color: #96568D;
}
</style>
background-color css
<style>
a { background-color: #96568D; }
a { background-color: rgb(150,86,141); }
div.DivClassName
{
background-color: #96568D;
}
.BgClassName
{
background-color: #96568D;
}
</style>
border-color css
<style>
span { border-color: #96568D; }
span { border-color: rgb(150,86,141); }
td.TdClassName
{
border-color: #96568D;
}
.TagClassName
{
border-color: #96568D;
}
</style>