Shades of True V #947ECF
Tints of True V #947ECF
RGB
CMYK
RGB Variations
Color information
#947ECF (or 0x947ECF) is known color: True V. HEX triplet: 94, 7E and CF. RGB value is (148,126,207). Sum of RGB (Red+Green+Blue) = 148+126+207=481 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.77% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #947ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947ECF is #6B8130. Grayscale: #8D8D8D. Windows color (decimal): -7045425 or 13598356. OLE color: 13598356.
HSL color Cylindrical-coordinate representation of color #947ECF: hue angle of 256.3º 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 #947ECF is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 126 | 207 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.19 |
| HSL | 256.3º | 0.46% | 0.65% | - |
| HSV(B) | 256.3º | 0.39% | 0.81% | - |
| XYZ | 30.94 | 25.72 | 62.37 | - |
| YUV | 141.81 | 164.79 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 126 | 207 | 0.29 | 0.39 | 0 | 0.19 | 256.3 | 0.46 | 0.65 |
| Hex | 94 | 7E | CF | 1D | 27 | 0 | 13 | 100 | 2E | 41 |
| Octal | 224 | 176 | 317 | 35 | 47 | 0 | 23 | 400 | 56 | 101 |
| Binary | 10010100 | 1111110 | 11001111 | 11101 | 100111 | 0 | 10011 | 100000000 | 101110 | 1000001 |
Color Harmonies of #947ECF
Complementary color
Monochromatic Colors of #947ECF
Black with #947ECF
Text Example
Text Example
White with #947ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947ECF; }
p { color: rgb(148,126,207); }
H1.HeaderClassName
{
color: #947ECF;
}
.AnyTagClassName
{
color: #947ECF;
}
</style>
background-color css
<style>
a { background-color: #947ECF; }
a { background-color: rgb(148,126,207); }
div.DivClassName
{
background-color: #947ECF;
}
.BgClassName
{
background-color: #947ECF;
}
</style>
border-color css
<style>
span { border-color: #947ECF; }
span { border-color: rgb(148,126,207); }
td.TdClassName
{
border-color: #947ECF;
}
.TagClassName
{
border-color: #947ECF;
}
</style>