Shades of Violet Blue #956192
Tints of Violet Blue #956192
RGB
CMYK
RGB Variations
Color information
#956192 (or 0x956192) is known color: Violet Blue. HEX triplet: 95, 61 and 92. RGB value is (149,97,146). Sum of RGB (Red+Green+Blue) = 149+97+146=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 149 - color contains mainly: red. Hex color #956192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956192 is #6A9E6D. Grayscale: #757575. Windows color (decimal): -6987374 or 9593237. OLE color: 9593237.
HSL color Cylindrical-coordinate representation of color #956192: hue angle of 303.46º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #956192 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 97 | 146 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.42 |
| HSL | 303.46º | 0.21% | 0.48% | - |
| HSV(B) | 303.46º | 0.35% | 0.58% | - |
| XYZ | 21.86 | 17.01 | 29.33 | - |
| YUV | 118.13 | 143.73 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 97 | 146 | 0 | 0.35 | 0.02 | 0.42 | 303.46 | 0.21 | 0.48 |
| Hex | 95 | 61 | 92 | 0 | 23 | 2 | 2A | 12F | 15 | 30 |
| Octal | 225 | 141 | 222 | 0 | 43 | 2 | 52 | 457 | 25 | 60 |
| Binary | 10010101 | 1100001 | 10010010 | 0 | 100011 | 10 | 101010 | 100101111 | 10101 | 110000 |
Color Harmonies of #956192
Complementary color
Monochromatic Colors of #956192
Black with #956192
Text Example
Text Example
White with #956192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956192; }
p { color: rgb(149,97,146); }
H1.HeaderClassName
{
color: #956192;
}
.AnyTagClassName
{
color: #956192;
}
</style>
background-color css
<style>
a { background-color: #956192; }
a { background-color: rgb(149,97,146); }
div.DivClassName
{
background-color: #956192;
}
.BgClassName
{
background-color: #956192;
}
</style>
border-color css
<style>
span { border-color: #956192; }
span { border-color: rgb(149,97,146); }
td.TdClassName
{
border-color: #956192;
}
.TagClassName
{
border-color: #956192;
}
</style>