Shades of Violet Blue #96749A
Tints of Violet Blue #96749A
RGB
CMYK
RGB Variations
Color information
#96749A (or 0x96749A) is known color: Violet Blue. HEX triplet: 96, 74 and 9A. RGB value is (150,116,154). Sum of RGB (Red+Green+Blue) = 150+116+154=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 154 - color contains mainly: blue. Hex color #96749A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96749A is #698B65. Grayscale: #828282. Windows color (decimal): -6916966 or 10122390. OLE color: 10122390.
HSL color Cylindrical-coordinate representation of color #96749A: hue angle of 293.68º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96749A is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 116 | 154 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.40 |
| HSL | 293.68º | 0.16% | 0.53% | - |
| HSV(B) | 293.68º | 0.25% | 0.6% | - |
| XYZ | 24.66 | 21.31 | 33.39 | - |
| YUV | 130.5 | 141.26 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 116 | 154 | 0.03 | 0.25 | 0 | 0.40 | 293.68 | 0.16 | 0.53 |
| Hex | 96 | 74 | 9A | 3 | 19 | 0 | 28 | 126 | 10 | 35 |
| Octal | 226 | 164 | 232 | 3 | 31 | 0 | 50 | 446 | 20 | 65 |
| Binary | 10010110 | 1110100 | 10011010 | 11 | 11001 | 0 | 101000 | 100100110 | 10000 | 110101 |
Color Harmonies of #96749A
Complementary color
Monochromatic Colors of #96749A
Black with #96749A
Text Example
Text Example
White with #96749A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96749A; }
p { color: rgb(150,116,154); }
H1.HeaderClassName
{
color: #96749A;
}
.AnyTagClassName
{
color: #96749A;
}
</style>
background-color css
<style>
a { background-color: #96749A; }
a { background-color: rgb(150,116,154); }
div.DivClassName
{
background-color: #96749A;
}
.BgClassName
{
background-color: #96749A;
}
</style>
border-color css
<style>
span { border-color: #96749A; }
span { border-color: rgb(150,116,154); }
td.TdClassName
{
border-color: #96749A;
}
.TagClassName
{
border-color: #96749A;
}
</style>