Shades of Violet Blue #96458D
Tints of Violet Blue #96458D
RGB
CMYK
RGB Variations
Color information
#96458D (or 0x96458D) is known color: Violet Blue. HEX triplet: 96, 45 and 8D. RGB value is (150,69,141). Sum of RGB (Red+Green+Blue) = 150+69+141=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 150 - color contains mainly: red. Hex color #96458D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96458D is #69BA72. Grayscale: #656565. Windows color (decimal): -6929011 or 9258390. OLE color: 9258390.
HSL color Cylindrical-coordinate representation of color #96458D: hue angle of 306.67º 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 #96458D is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 69 | 141 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.41 |
| HSL | 306.67º | 0.37% | 0.43% | - |
| HSV(B) | 306.67º | 0.54% | 0.59% | - |
| XYZ | 19.51 | 12.66 | 26.62 | - |
| YUV | 101.43 | 150.34 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 69 | 141 | 0 | 0.54 | 0.06 | 0.41 | 306.67 | 0.37 | 0.43 |
| Hex | 96 | 45 | 8D | 0 | 36 | 6 | 29 | 133 | 25 | 2B |
| Octal | 226 | 105 | 215 | 0 | 66 | 6 | 51 | 463 | 45 | 53 |
| Binary | 10010110 | 1000101 | 10001101 | 0 | 110110 | 110 | 101001 | 100110011 | 100101 | 101011 |
Color Harmonies of #96458D
Complementary color
Monochromatic Colors of #96458D
Black with #96458D
Text Example
Text Example
White with #96458D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96458D; }
p { color: rgb(150,69,141); }
H1.HeaderClassName
{
color: #96458D;
}
.AnyTagClassName
{
color: #96458D;
}
</style>
background-color css
<style>
a { background-color: #96458D; }
a { background-color: rgb(150,69,141); }
div.DivClassName
{
background-color: #96458D;
}
.BgClassName
{
background-color: #96458D;
}
</style>
border-color css
<style>
span { border-color: #96458D; }
span { border-color: rgb(150,69,141); }
td.TdClassName
{
border-color: #96458D;
}
.TagClassName
{
border-color: #96458D;
}
</style>