Shades of True V #957ECE
Tints of True V #957ECE
RGB
CMYK
RGB Variations
Color information
#957ECE (or 0x957ECE) is known color: True V. HEX triplet: 95, 7E and CE. RGB value is (149,126,206). Sum of RGB (Red+Green+Blue) = 149+126+206=481 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.98% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #957ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957ECE is #6A8131. Grayscale: #8D8D8D. Windows color (decimal): -6979890 or 13532821. OLE color: 13532821.
HSL color Cylindrical-coordinate representation of color #957ECE: hue angle of 257.25º degrees, saturation: 0.45, 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 #957ECE is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 126 | 206 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.19 |
| HSL | 257.25º | 0.45% | 0.65% | - |
| HSV(B) | 257.25º | 0.39% | 0.81% | - |
| XYZ | 31 | 25.77 | 61.73 | - |
| YUV | 142 | 164.12 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 126 | 206 | 0.28 | 0.39 | 0 | 0.19 | 257.25 | 0.45 | 0.65 |
| Hex | 95 | 7E | CE | 1C | 27 | 0 | 13 | 101 | 2D | 41 |
| Octal | 225 | 176 | 316 | 34 | 47 | 0 | 23 | 401 | 55 | 101 |
| Binary | 10010101 | 1111110 | 11001110 | 11100 | 100111 | 0 | 10011 | 100000001 | 101101 | 1000001 |
Color Harmonies of #957ECE
Complementary color
Monochromatic Colors of #957ECE
Black with #957ECE
Text Example
Text Example
White with #957ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957ECE; }
p { color: rgb(149,126,206); }
H1.HeaderClassName
{
color: #957ECE;
}
.AnyTagClassName
{
color: #957ECE;
}
</style>
background-color css
<style>
a { background-color: #957ECE; }
a { background-color: rgb(149,126,206); }
div.DivClassName
{
background-color: #957ECE;
}
.BgClassName
{
background-color: #957ECE;
}
</style>
border-color css
<style>
span { border-color: #957ECE; }
span { border-color: rgb(149,126,206); }
td.TdClassName
{
border-color: #957ECE;
}
.TagClassName
{
border-color: #957ECE;
}
</style>