Shades of Violet Blue #955C92
Tints of Violet Blue #955C92
RGB
CMYK
RGB Variations
Color information
#955C92 (or 0x955C92) is known color: Violet Blue. HEX triplet: 95, 5C and 92. RGB value is (149,92,146). Sum of RGB (Red+Green+Blue) = 149+92+146=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #955C92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955C92 is #6AA36D. Grayscale: #737373. Windows color (decimal): -6988654 or 9591957. OLE color: 9591957.
HSL color Cylindrical-coordinate representation of color #955C92: hue angle of 303.16º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #955C92 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 92 | 146 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.42 |
| HSL | 303.16º | 0.24% | 0.47% | - |
| HSV(B) | 303.16º | 0.38% | 0.58% | - |
| XYZ | 21.41 | 16.12 | 29.18 | - |
| YUV | 115.2 | 145.38 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 92 | 146 | 0 | 0.38 | 0.02 | 0.42 | 303.16 | 0.24 | 0.47 |
| Hex | 95 | 5C | 92 | 0 | 26 | 2 | 2A | 12F | 18 | 2F |
| Octal | 225 | 134 | 222 | 0 | 46 | 2 | 52 | 457 | 30 | 57 |
| Binary | 10010101 | 1011100 | 10010010 | 0 | 100110 | 10 | 101010 | 100101111 | 11000 | 101111 |
Color Harmonies of #955C92
Complementary color
Monochromatic Colors of #955C92
Black with #955C92
Text Example
Text Example
White with #955C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955C92; }
p { color: rgb(149,92,146); }
H1.HeaderClassName
{
color: #955C92;
}
.AnyTagClassName
{
color: #955C92;
}
</style>
background-color css
<style>
a { background-color: #955C92; }
a { background-color: rgb(149,92,146); }
div.DivClassName
{
background-color: #955C92;
}
.BgClassName
{
background-color: #955C92;
}
</style>
border-color css
<style>
span { border-color: #955C92; }
span { border-color: rgb(149,92,146); }
td.TdClassName
{
border-color: #955C92;
}
.TagClassName
{
border-color: #955C92;
}
</style>