Shades of Violet Blue #96608C
Tints of Violet Blue #96608C
RGB
CMYK
RGB Variations
Color information
#96608C (or 0x96608C) is known color: Violet Blue. HEX triplet: 96, 60 and 8C. RGB value is (150,96,140). Sum of RGB (Red+Green+Blue) = 150+96+140=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #96608C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96608C is #699F73. Grayscale: #757575. Windows color (decimal): -6922100 or 9199766. OLE color: 9199766.
HSL color Cylindrical-coordinate representation of color #96608C: hue angle of 311.11º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96608C is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 96 | 140 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.41 |
| HSL | 311.11º | 0.22% | 0.48% | - |
| HSV(B) | 311.11º | 0.36% | 0.59% | - |
| XYZ | 21.49 | 16.74 | 26.91 | - |
| YUV | 117.16 | 140.89 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 96 | 140 | 0 | 0.36 | 0.07 | 0.41 | 311.11 | 0.22 | 0.48 |
| Hex | 96 | 60 | 8C | 0 | 24 | 7 | 29 | 137 | 16 | 30 |
| Octal | 226 | 140 | 214 | 0 | 44 | 7 | 51 | 467 | 26 | 60 |
| Binary | 10010110 | 1100000 | 10001100 | 0 | 100100 | 111 | 101001 | 100110111 | 10110 | 110000 |
Color Harmonies of #96608C
Complementary color
Monochromatic Colors of #96608C
Black with #96608C
Text Example
Text Example
White with #96608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96608C; }
p { color: rgb(150,96,140); }
H1.HeaderClassName
{
color: #96608C;
}
.AnyTagClassName
{
color: #96608C;
}
</style>
background-color css
<style>
a { background-color: #96608C; }
a { background-color: rgb(150,96,140); }
div.DivClassName
{
background-color: #96608C;
}
.BgClassName
{
background-color: #96608C;
}
</style>
border-color css
<style>
span { border-color: #96608C; }
span { border-color: rgb(150,96,140); }
td.TdClassName
{
border-color: #96608C;
}
.TagClassName
{
border-color: #96608C;
}
</style>