Shades of Violet Blue #96528C
Tints of Violet Blue #96528C
RGB
CMYK
RGB Variations
Color information
#96528C (or 0x96528C) is known color: Violet Blue. HEX triplet: 96, 52 and 8C. RGB value is (150,82,140). Sum of RGB (Red+Green+Blue) = 150+82+140=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 150 - color contains mainly: red. Hex color #96528C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96528C is #69AD73. Grayscale: #6C6C6C. Windows color (decimal): -6925684 or 9196182. OLE color: 9196182.
HSL color Cylindrical-coordinate representation of color #96528C: hue angle of 308.82º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #96528C is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 82 | 140 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.41 |
| HSL | 308.82º | 0.29% | 0.45% | - |
| HSV(B) | 308.82º | 0.45% | 0.59% | - |
| XYZ | 20.33 | 14.41 | 26.52 | - |
| YUV | 108.94 | 145.53 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 140 | 0 | 0.45 | 0.07 | 0.41 | 308.82 | 0.29 | 0.45 |
| Hex | 96 | 52 | 8C | 0 | 2D | 7 | 29 | 135 | 1D | 2D |
| Octal | 226 | 122 | 214 | 0 | 55 | 7 | 51 | 465 | 35 | 55 |
| Binary | 10010110 | 1010010 | 10001100 | 0 | 101101 | 111 | 101001 | 100110101 | 11101 | 101101 |
Color Harmonies of #96528C
Complementary color
Monochromatic Colors of #96528C
Black with #96528C
Text Example
Text Example
White with #96528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96528C; }
p { color: rgb(150,82,140); }
H1.HeaderClassName
{
color: #96528C;
}
.AnyTagClassName
{
color: #96528C;
}
</style>
background-color css
<style>
a { background-color: #96528C; }
a { background-color: rgb(150,82,140); }
div.DivClassName
{
background-color: #96528C;
}
.BgClassName
{
background-color: #96528C;
}
</style>
border-color css
<style>
span { border-color: #96528C; }
span { border-color: rgb(150,82,140); }
td.TdClassName
{
border-color: #96528C;
}
.TagClassName
{
border-color: #96528C;
}
</style>