Shades of Violet Blue #96719A
Tints of Violet Blue #96719A
RGB
CMYK
RGB Variations
Color information
#96719A (or 0x96719A) is known color: Violet Blue. HEX triplet: 96, 71 and 9A. RGB value is (150,113,154). Sum of RGB (Red+Green+Blue) = 150+113+154=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 154 - color contains mainly: blue. Hex color #96719A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96719A is #698E65. Grayscale: #808080. Windows color (decimal): -6917734 or 10121622. OLE color: 10121622.
HSL color Cylindrical-coordinate representation of color #96719A: hue angle of 294.15º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96719A is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 113 | 154 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.40 |
| HSL | 294.15º | 0.17% | 0.52% | - |
| HSV(B) | 294.15º | 0.27% | 0.6% | - |
| XYZ | 24.32 | 20.63 | 33.27 | - |
| YUV | 128.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 113 | 154 | 0.03 | 0.27 | 0 | 0.40 | 294.15 | 0.17 | 0.52 |
| Hex | 96 | 71 | 9A | 3 | 1B | 0 | 28 | 126 | 11 | 34 |
| Octal | 226 | 161 | 232 | 3 | 33 | 0 | 50 | 446 | 21 | 64 |
| Binary | 10010110 | 1110001 | 10011010 | 11 | 11011 | 0 | 101000 | 100100110 | 10001 | 110100 |
Color Harmonies of #96719A
Complementary color
Monochromatic Colors of #96719A
Black with #96719A
Text Example
Text Example
White with #96719A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96719A; }
p { color: rgb(150,113,154); }
H1.HeaderClassName
{
color: #96719A;
}
.AnyTagClassName
{
color: #96719A;
}
</style>
background-color css
<style>
a { background-color: #96719A; }
a { background-color: rgb(150,113,154); }
div.DivClassName
{
background-color: #96719A;
}
.BgClassName
{
background-color: #96719A;
}
</style>
border-color css
<style>
span { border-color: #96719A; }
span { border-color: rgb(150,113,154); }
td.TdClassName
{
border-color: #96719A;
}
.TagClassName
{
border-color: #96719A;
}
</style>