Shades of Violet Blue #96568C
Tints of Violet Blue #96568C
RGB
CMYK
RGB Variations
Color information
#96568C (or 0x96568C) is known color: Violet Blue. HEX triplet: 96, 56 and 8C. RGB value is (150,86,140). Sum of RGB (Red+Green+Blue) = 150+86+140=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 150 - color contains mainly: red. Hex color #96568C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96568C is #69A973. Grayscale: #6F6F6F. Windows color (decimal): -6924660 or 9197206. OLE color: 9197206.
HSL color Cylindrical-coordinate representation of color #96568C: hue angle of 309.38º 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 #96568C is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 86 | 140 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.41 |
| HSL | 309.38º | 0.27% | 0.46% | - |
| HSV(B) | 309.38º | 0.43% | 0.59% | - |
| XYZ | 20.64 | 15.03 | 26.62 | - |
| YUV | 111.29 | 144.2 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 86 | 140 | 0 | 0.43 | 0.07 | 0.41 | 309.38 | 0.27 | 0.46 |
| Hex | 96 | 56 | 8C | 0 | 2B | 7 | 29 | 135 | 1B | 2E |
| Octal | 226 | 126 | 214 | 0 | 53 | 7 | 51 | 465 | 33 | 56 |
| Binary | 10010110 | 1010110 | 10001100 | 0 | 101011 | 111 | 101001 | 100110101 | 11011 | 101110 |
Color Harmonies of #96568C
Complementary color
Monochromatic Colors of #96568C
Black with #96568C
Text Example
Text Example
White with #96568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96568C; }
p { color: rgb(150,86,140); }
H1.HeaderClassName
{
color: #96568C;
}
.AnyTagClassName
{
color: #96568C;
}
</style>
background-color css
<style>
a { background-color: #96568C; }
a { background-color: rgb(150,86,140); }
div.DivClassName
{
background-color: #96568C;
}
.BgClassName
{
background-color: #96568C;
}
</style>
border-color css
<style>
span { border-color: #96568C; }
span { border-color: rgb(150,86,140); }
td.TdClassName
{
border-color: #96568C;
}
.TagClassName
{
border-color: #96568C;
}
</style>