Shades of Violet Blue #96508E
Tints of Violet Blue #96508E
RGB
CMYK
RGB Variations
Color information
#96508E (or 0x96508E) is known color: Violet Blue. HEX triplet: 96, 50 and 8E. RGB value is (150,80,142). Sum of RGB (Red+Green+Blue) = 150+80+142=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 150 - color contains mainly: red. Hex color #96508E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96508E is #69AF71. Grayscale: #6B6B6B. Windows color (decimal): -6926194 or 9326742. OLE color: 9326742.
HSL color Cylindrical-coordinate representation of color #96508E: hue angle of 306.86º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96508E is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 80 | 142 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.41 |
| HSL | 306.86º | 0.3% | 0.45% | - |
| HSV(B) | 306.86º | 0.47% | 0.59% | - |
| XYZ | 20.33 | 14.17 | 27.26 | - |
| YUV | 108 | 147.19 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 80 | 142 | 0 | 0.47 | 0.05 | 0.41 | 306.86 | 0.3 | 0.45 |
| Hex | 96 | 50 | 8E | 0 | 2F | 5 | 29 | 133 | 1E | 2D |
| Octal | 226 | 120 | 216 | 0 | 57 | 5 | 51 | 463 | 36 | 55 |
| Binary | 10010110 | 1010000 | 10001110 | 0 | 101111 | 101 | 101001 | 100110011 | 11110 | 101101 |
Color Harmonies of #96508E
Complementary color
Monochromatic Colors of #96508E
Black with #96508E
Text Example
Text Example
White with #96508E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96508E; }
p { color: rgb(150,80,142); }
H1.HeaderClassName
{
color: #96508E;
}
.AnyTagClassName
{
color: #96508E;
}
</style>
background-color css
<style>
a { background-color: #96508E; }
a { background-color: rgb(150,80,142); }
div.DivClassName
{
background-color: #96508E;
}
.BgClassName
{
background-color: #96508E;
}
</style>
border-color css
<style>
span { border-color: #96508E; }
span { border-color: rgb(150,80,142); }
td.TdClassName
{
border-color: #96508E;
}
.TagClassName
{
border-color: #96508E;
}
</style>