Shades of Violet Blue #96458E
Tints of Violet Blue #96458E
RGB
CMYK
RGB Variations
Color information
#96458E (or 0x96458E) is known color: Violet Blue. HEX triplet: 96, 45 and 8E. RGB value is (150,69,142). Sum of RGB (Red+Green+Blue) = 150+69+142=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #96458E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96458E is #69BA71. Grayscale: #656565. Windows color (decimal): -6929010 or 9323926. OLE color: 9323926.
HSL color Cylindrical-coordinate representation of color #96458E: hue angle of 305.93º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #96458E is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 69 | 142 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.41 |
| HSL | 305.93º | 0.37% | 0.43% | - |
| HSV(B) | 305.93º | 0.54% | 0.59% | - |
| XYZ | 19.59 | 12.69 | 27.01 | - |
| YUV | 101.54 | 150.84 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 69 | 142 | 0 | 0.54 | 0.05 | 0.41 | 305.93 | 0.37 | 0.43 |
| Hex | 96 | 45 | 8E | 0 | 36 | 5 | 29 | 132 | 25 | 2B |
| Octal | 226 | 105 | 216 | 0 | 66 | 5 | 51 | 462 | 45 | 53 |
| Binary | 10010110 | 1000101 | 10001110 | 0 | 110110 | 101 | 101001 | 100110010 | 100101 | 101011 |
Color Harmonies of #96458E
Complementary color
Monochromatic Colors of #96458E
Black with #96458E
Text Example
Text Example
White with #96458E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96458E; }
p { color: rgb(150,69,142); }
H1.HeaderClassName
{
color: #96458E;
}
.AnyTagClassName
{
color: #96458E;
}
</style>
background-color css
<style>
a { background-color: #96458E; }
a { background-color: rgb(150,69,142); }
div.DivClassName
{
background-color: #96458E;
}
.BgClassName
{
background-color: #96458E;
}
</style>
border-color css
<style>
span { border-color: #96458E; }
span { border-color: rgb(150,69,142); }
td.TdClassName
{
border-color: #96458E;
}
.TagClassName
{
border-color: #96458E;
}
</style>