Shades of Violet Blue #96488E
Tints of Violet Blue #96488E
RGB
CMYK
RGB Variations
Color information
#96488E (or 0x96488E) is known color: Violet Blue. HEX triplet: 96, 48 and 8E. RGB value is (150,72,142). Sum of RGB (Red+Green+Blue) = 150+72+142=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 150 - color contains mainly: red. Hex color #96488E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96488E is #69B771. Grayscale: #676767. Windows color (decimal): -6928242 or 9324694. OLE color: 9324694.
HSL color Cylindrical-coordinate representation of color #96488E: hue angle of 306.15º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #96488E is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 72 | 142 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.41 |
| HSL | 306.15º | 0.35% | 0.44% | - |
| HSV(B) | 306.15º | 0.52% | 0.59% | - |
| XYZ | 19.78 | 13.07 | 27.07 | - |
| YUV | 103.3 | 149.84 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 72 | 142 | 0 | 0.52 | 0.05 | 0.41 | 306.15 | 0.35 | 0.44 |
| Hex | 96 | 48 | 8E | 0 | 34 | 5 | 29 | 132 | 23 | 2C |
| Octal | 226 | 110 | 216 | 0 | 64 | 5 | 51 | 462 | 43 | 54 |
| Binary | 10010110 | 1001000 | 10001110 | 0 | 110100 | 101 | 101001 | 100110010 | 100011 | 101100 |
Color Harmonies of #96488E
Complementary color
Monochromatic Colors of #96488E
Black with #96488E
Text Example
Text Example
White with #96488E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96488E; }
p { color: rgb(150,72,142); }
H1.HeaderClassName
{
color: #96488E;
}
.AnyTagClassName
{
color: #96488E;
}
</style>
background-color css
<style>
a { background-color: #96488E; }
a { background-color: rgb(150,72,142); }
div.DivClassName
{
background-color: #96488E;
}
.BgClassName
{
background-color: #96488E;
}
</style>
border-color css
<style>
span { border-color: #96488E; }
span { border-color: rgb(150,72,142); }
td.TdClassName
{
border-color: #96488E;
}
.TagClassName
{
border-color: #96488E;
}
</style>