Shades of Violet Blue #96458F
Tints of Violet Blue #96458F
RGB
CMYK
RGB Variations
Color information
#96458F (or 0x96458F) is known color: Violet Blue. HEX triplet: 96, 45 and 8F. RGB value is (150,69,143). Sum of RGB (Red+Green+Blue) = 150+69+143=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 69 (27.34% from 255 or 19.06% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #96458F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96458F is #69BA70. Grayscale: #656565. Windows color (decimal): -6929009 or 9389462. OLE color: 9389462.
HSL color Cylindrical-coordinate representation of color #96458F: hue angle of 305.19º 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 #96458F is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 69 | 143 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.41 |
| HSL | 305.19º | 0.37% | 0.43% | - |
| HSV(B) | 305.19º | 0.54% | 0.59% | - |
| XYZ | 19.66 | 12.72 | 27.41 | - |
| YUV | 101.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 69 | 143 | 0 | 0.54 | 0.05 | 0.41 | 305.19 | 0.37 | 0.43 |
| Hex | 96 | 45 | 8F | 0 | 36 | 5 | 29 | 131 | 25 | 2B |
| Octal | 226 | 105 | 217 | 0 | 66 | 5 | 51 | 461 | 45 | 53 |
| Binary | 10010110 | 1000101 | 10001111 | 0 | 110110 | 101 | 101001 | 100110001 | 100101 | 101011 |
Color Harmonies of #96458F
Complementary color
Monochromatic Colors of #96458F
Black with #96458F
Text Example
Text Example
White with #96458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96458F; }
p { color: rgb(150,69,143); }
H1.HeaderClassName
{
color: #96458F;
}
.AnyTagClassName
{
color: #96458F;
}
</style>
background-color css
<style>
a { background-color: #96458F; }
a { background-color: rgb(150,69,143); }
div.DivClassName
{
background-color: #96458F;
}
.BgClassName
{
background-color: #96458F;
}
</style>
border-color css
<style>
span { border-color: #96458F; }
span { border-color: rgb(150,69,143); }
td.TdClassName
{
border-color: #96458F;
}
.TagClassName
{
border-color: #96458F;
}
</style>