Shades of True V #957ECA
Tints of True V #957ECA
RGB
CMYK
RGB Variations
Color information
#957ECA (or 0x957ECA) is known color: True V. HEX triplet: 95, 7E and CA. RGB value is (149,126,202). Sum of RGB (Red+Green+Blue) = 149+126+202=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #957ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957ECA is #6A8135. Grayscale: #8D8D8D. Windows color (decimal): -6979894 or 13270677. OLE color: 13270677.
HSL color Cylindrical-coordinate representation of color #957ECA: hue angle of 258.16º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #957ECA is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 126 | 202 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.21 |
| HSL | 258.16º | 0.42% | 0.64% | - |
| HSV(B) | 258.16º | 0.38% | 0.79% | - |
| XYZ | 30.52 | 25.58 | 59.21 | - |
| YUV | 141.54 | 162.12 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 126 | 202 | 0.26 | 0.38 | 0 | 0.21 | 258.16 | 0.42 | 0.64 |
| Hex | 95 | 7E | CA | 1A | 26 | 0 | 15 | 102 | 2A | 40 |
| Octal | 225 | 176 | 312 | 32 | 46 | 0 | 25 | 402 | 52 | 100 |
| Binary | 10010101 | 1111110 | 11001010 | 11010 | 100110 | 0 | 10101 | 100000010 | 101010 | 1000000 |
Color Harmonies of #957ECA
Complementary color
Monochromatic Colors of #957ECA
Black with #957ECA
Text Example
Text Example
White with #957ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957ECA; }
p { color: rgb(149,126,202); }
H1.HeaderClassName
{
color: #957ECA;
}
.AnyTagClassName
{
color: #957ECA;
}
</style>
background-color css
<style>
a { background-color: #957ECA; }
a { background-color: rgb(149,126,202); }
div.DivClassName
{
background-color: #957ECA;
}
.BgClassName
{
background-color: #957ECA;
}
</style>
border-color css
<style>
span { border-color: #957ECA; }
span { border-color: rgb(149,126,202); }
td.TdClassName
{
border-color: #957ECA;
}
.TagClassName
{
border-color: #957ECA;
}
</style>