Shades of True V #957ECF
Tints of True V #957ECF
RGB
CMYK
RGB Variations
Color information
#957ECF (or 0x957ECF) is known color: True V. HEX triplet: 95, 7E and CF. RGB value is (149,126,207). Sum of RGB (Red+Green+Blue) = 149+126+207=482 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.91% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #957ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957ECF is #6A8130. Grayscale: #8D8D8D. Windows color (decimal): -6979889 or 13598357. OLE color: 13598357.
HSL color Cylindrical-coordinate representation of color #957ECF: hue angle of 257.04º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #957ECF is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 126 | 207 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.19 |
| HSL | 257.04º | 0.46% | 0.65% | - |
| HSV(B) | 257.04º | 0.39% | 0.81% | - |
| XYZ | 31.12 | 25.82 | 62.37 | - |
| YUV | 142.11 | 164.62 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 126 | 207 | 0.28 | 0.39 | 0 | 0.19 | 257.04 | 0.46 | 0.65 |
| Hex | 95 | 7E | CF | 1C | 27 | 0 | 13 | 101 | 2E | 41 |
| Octal | 225 | 176 | 317 | 34 | 47 | 0 | 23 | 401 | 56 | 101 |
| Binary | 10010101 | 1111110 | 11001111 | 11100 | 100111 | 0 | 10011 | 100000001 | 101110 | 1000001 |
Color Harmonies of #957ECF
Complementary color
Monochromatic Colors of #957ECF
Black with #957ECF
Text Example
Text Example
White with #957ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957ECF; }
p { color: rgb(149,126,207); }
H1.HeaderClassName
{
color: #957ECF;
}
.AnyTagClassName
{
color: #957ECF;
}
</style>
background-color css
<style>
a { background-color: #957ECF; }
a { background-color: rgb(149,126,207); }
div.DivClassName
{
background-color: #957ECF;
}
.BgClassName
{
background-color: #957ECF;
}
</style>
border-color css
<style>
span { border-color: #957ECF; }
span { border-color: rgb(149,126,207); }
td.TdClassName
{
border-color: #957ECF;
}
.TagClassName
{
border-color: #957ECF;
}
</style>