Shades of Violet Blue #96518A
Tints of Violet Blue #96518A
RGB
CMYK
RGB Variations
Color information
#96518A (or 0x96518A) is known color: Violet Blue. HEX triplet: 96, 51 and 8A. RGB value is (150,81,138). Sum of RGB (Red+Green+Blue) = 150+81+138=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #96518A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96518A is #69AE75. Grayscale: #6B6B6B. Windows color (decimal): -6925942 or 9064854. OLE color: 9064854.
HSL color Cylindrical-coordinate representation of color #96518A: hue angle of 310.43º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #96518A is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 81 | 138 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.41 |
| HSL | 310.43º | 0.3% | 0.45% | - |
| HSV(B) | 310.43º | 0.46% | 0.59% | - |
| XYZ | 20.11 | 14.2 | 25.73 | - |
| YUV | 108.13 | 144.86 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 81 | 138 | 0 | 0.46 | 0.08 | 0.41 | 310.43 | 0.3 | 0.45 |
| Hex | 96 | 51 | 8A | 0 | 2E | 8 | 29 | 136 | 1E | 2D |
| Octal | 226 | 121 | 212 | 0 | 56 | 10 | 51 | 466 | 36 | 55 |
| Binary | 10010110 | 1010001 | 10001010 | 0 | 101110 | 1000 | 101001 | 100110110 | 11110 | 101101 |
Color Harmonies of #96518A
Complementary color
Monochromatic Colors of #96518A
Black with #96518A
Text Example
Text Example
White with #96518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96518A; }
p { color: rgb(150,81,138); }
H1.HeaderClassName
{
color: #96518A;
}
.AnyTagClassName
{
color: #96518A;
}
</style>
background-color css
<style>
a { background-color: #96518A; }
a { background-color: rgb(150,81,138); }
div.DivClassName
{
background-color: #96518A;
}
.BgClassName
{
background-color: #96518A;
}
</style>
border-color css
<style>
span { border-color: #96518A; }
span { border-color: rgb(150,81,138); }
td.TdClassName
{
border-color: #96518A;
}
.TagClassName
{
border-color: #96518A;
}
</style>