Shades of True V #957EC9
Tints of True V #957EC9
RGB
CMYK
RGB Variations
Color information
#957EC9 (or 0x957EC9) is known color: True V. HEX triplet: 95, 7E and C9. RGB value is (149,126,201). Sum of RGB (Red+Green+Blue) = 149+126+201=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 201 - color contains mainly: blue. Hex color #957EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957EC9 is #6A8136. Grayscale: #8D8D8D. Windows color (decimal): -6979895 or 13205141. OLE color: 13205141.
HSL color Cylindrical-coordinate representation of color #957EC9: hue angle of 258.4º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #957EC9 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 126 | 201 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.21 |
| HSL | 258.4º | 0.41% | 0.64% | - |
| HSV(B) | 258.4º | 0.37% | 0.79% | - |
| XYZ | 30.4 | 25.53 | 58.58 | - |
| YUV | 141.43 | 161.62 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 126 | 201 | 0.26 | 0.37 | 0 | 0.21 | 258.4 | 0.41 | 0.64 |
| Hex | 95 | 7E | C9 | 1A | 25 | 0 | 15 | 102 | 29 | 40 |
| Octal | 225 | 176 | 311 | 32 | 45 | 0 | 25 | 402 | 51 | 100 |
| Binary | 10010101 | 1111110 | 11001001 | 11010 | 100101 | 0 | 10101 | 100000010 | 101001 | 1000000 |
Color Harmonies of #957EC9
Complementary color
Monochromatic Colors of #957EC9
Black with #957EC9
Text Example
Text Example
White with #957EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957EC9; }
p { color: rgb(149,126,201); }
H1.HeaderClassName
{
color: #957EC9;
}
.AnyTagClassName
{
color: #957EC9;
}
</style>
background-color css
<style>
a { background-color: #957EC9; }
a { background-color: rgb(149,126,201); }
div.DivClassName
{
background-color: #957EC9;
}
.BgClassName
{
background-color: #957EC9;
}
</style>
border-color css
<style>
span { border-color: #957EC9; }
span { border-color: rgb(149,126,201); }
td.TdClassName
{
border-color: #957EC9;
}
.TagClassName
{
border-color: #957EC9;
}
</style>