Shades of Violet Blue #955CA6
Tints of Violet Blue #955CA6
RGB
CMYK
RGB Variations
Color information
#955CA6 (or 0x955CA6) is known color: Violet Blue. HEX triplet: 95, 5C and A6. RGB value is (149,92,166). Sum of RGB (Red+Green+Blue) = 149+92+166=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 166 (65.23% from 255 or 40.79% from 407); Max value from RGB is 166 - color contains mainly: blue. Hex color #955CA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955CA6 is #6AA359. Grayscale: #757575. Windows color (decimal): -6988634 or 10902677. OLE color: 10902677.
HSL color Cylindrical-coordinate representation of color #955CA6: hue angle of 286.22º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #955CA6 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 92 | 166 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.35 |
| HSL | 286.22º | 0.29% | 0.51% | - |
| HSV(B) | 286.22º | 0.45% | 0.65% | - |
| XYZ | 23.1 | 16.8 | 38.1 | - |
| YUV | 117.48 | 155.38 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 92 | 166 | 0.10 | 0.45 | 0 | 0.35 | 286.22 | 0.29 | 0.51 |
| Hex | 95 | 5C | A6 | A | 2D | 0 | 23 | 11E | 1D | 33 |
| Octal | 225 | 134 | 246 | 12 | 55 | 0 | 43 | 436 | 35 | 63 |
| Binary | 10010101 | 1011100 | 10100110 | 1010 | 101101 | 0 | 100011 | 100011110 | 11101 | 110011 |
Color Harmonies of #955CA6
Complementary color
Monochromatic Colors of #955CA6
Black with #955CA6
Text Example
Text Example
White with #955CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955CA6; }
p { color: rgb(149,92,166); }
H1.HeaderClassName
{
color: #955CA6;
}
.AnyTagClassName
{
color: #955CA6;
}
</style>
background-color css
<style>
a { background-color: #955CA6; }
a { background-color: rgb(149,92,166); }
div.DivClassName
{
background-color: #955CA6;
}
.BgClassName
{
background-color: #955CA6;
}
</style>
border-color css
<style>
span { border-color: #955CA6; }
span { border-color: rgb(149,92,166); }
td.TdClassName
{
border-color: #955CA6;
}
.TagClassName
{
border-color: #955CA6;
}
</style>